#061A9B

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

Shades of International Klein Blue #061A9B

Tints of International Klein Blue #061A9B

Color information

#061A9B (or 0x061A9B) is unknown color: approx International Klein Blue. HEX triplet: 06, 1A and 9B. RGB value is (6,26,155). Sum of RGB (Red+Green+Blue) = 6+26+155=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #061A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A9B is #F9E564. Grayscale: #222222. Windows color (decimal): -16377189 or 10164742. OLE color: 10164742.

HSL color Cylindrical-coordinate representation of color #061A9B: hue angle of 231.95º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A9B is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB626155-
CMYK0.960.8300.39
HSL231.95º92.55%31.57%-
HSV(B)231.95º96.13%60.78%-
XYZ6.363.1431.28-
YUV34.73195.87107.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 155 (60.94% from 255) = 82.89%
R=3.21%
G=13.90%
B=82.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6261550.960.8300.39231.9592.5531.57
Hex61A9B6053027e85d20
Octal63223314012304735013540
Binary1101101010011011110000010100110100111111010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A9B; }

 p { color: rgb(6,26,155); }

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

<style>
 a { background-color: #061A9B; }

 a { background-color: rgb(6,26,155); }

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

<style>
 span { border-color: #061A9B; }

 span { border-color: rgb(6,26,155); }

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