#0616B2

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

Shades of International Klein Blue #0616B2

Tints of International Klein Blue #0616B2

Color information

#0616B2 (or 0x0616B2) is unknown color: approx International Klein Blue. HEX triplet: 06, 16 and B2. RGB value is (6,22,178). Sum of RGB (Red+Green+Blue) = 6+22+178=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 178 (69.92% from 255 or 86.41% from 206); Max value from RGB is 178 - color contains mainly: blue. Hex color #0616B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0616B2 is #F9E94D. Grayscale: #222222. Windows color (decimal): -16378190 or 11671046. OLE color: 11671046.

HSL color Cylindrical-coordinate representation of color #0616B2: hue angle of 234.42º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0616B2 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB622178-
CMYK0.970.8800.30
HSL234.42º93.48%36.08%-
HSV(B)234.42º96.63%69.8%-
XYZ8.43.8342.42-
YUV35208.7107.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 178 (69.92% from 255) = 86.41%
R=2.91%
G=10.68%
B=86.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6221780.970.8800.30234.4293.4836.08
Hex616B2615801Eea5d24
Octal62626214113003635213544
Binary110101101011001011000011011000011110111010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0616B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0616B2; }

 p { color: rgb(6,22,178); }

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

<style>
 a { background-color: #0616B2; }

 a { background-color: rgb(6,22,178); }

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

<style>
 span { border-color: #0616B2; }

 span { border-color: rgb(6,22,178); }

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