#0631A1

Color #0631A1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0631A1

Tints of International Klein Blue #0631A1

Color information

#0631A1 (or 0x0631A1) is unknown color: approx International Klein Blue. HEX triplet: 06, 31 and A1. RGB value is (6,49,161). Sum of RGB (Red+Green+Blue) = 6+49+161=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 161 (63.28% from 255 or 74.54% from 216); Max value from RGB is 161 - color contains mainly: blue. Hex color #0631A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0631A1 is #F9CE5E. Grayscale: #303030. Windows color (decimal): -16371295 or 10563846. OLE color: 10563846.

HSL color Cylindrical-coordinate representation of color #0631A1: hue angle of 223.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0631A1 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB649161-
CMYK0.960.7000.37
HSL223.35º92.81%32.75%-
HSV(B)223.35º96.27%63.14%-
XYZ7.614.8134.25-
YUV48.91191.2597.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 161 (63.28% from 255) = 74.54%
R=2.78%
G=22.69%
B=74.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6491610.960.7000.37223.3592.8132.75
Hex631A16046025df5d21
Octal66124114010604533713541
Binary11011000110100001110000010001100100101110111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0631A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0631A1; }

 p { color: rgb(6,49,161); }

 H1.HeaderClassName
 {
   color: #0631A1;
 }
 .AnyTagClassName
 {
   color: #0631A1;
 }
</style>
background-color css

<style>
 a { background-color: #0631A1; }

 a { background-color: rgb(6,49,161); }

 div.DivClassName
 {
   background-color: #0631A1;
 }
 .BgClassName
 {
   background-color: #0631A1;
 }
</style>
border-color css

<style>
 span { border-color: #0631A1; }

 span { border-color: rgb(6,49,161); }

 td.TdClassName
 {
   border-color: #0631A1;
 }
 .TagClassName
 {
   border-color: #0631A1;
 }
</style>