#00219c

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

Shades of International Klein Blue #00219C

Tints of International Klein Blue #00219C

Color information

#00219C (or 0x00219C) is unknown color: approx International Klein Blue. HEX triplet: 00, 21 and 9C. RGB value is (0,33,156). Sum of RGB (Red+Green+Blue) = 0+33+156=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #00219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00219C is #FFDE63. Grayscale: #242424. Windows color (decimal): -16768612 or 10232064. OLE color: 10232064.

HSL color Cylindrical-coordinate representation of color #00219C: hue angle of 227.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00219C is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB033156-
CMYK10.7900.39
HSL227.31º100%30.59%-
HSV(B)227.31º100%61.18%-
XYZ6.543.4931.78-
YUV37.16195.07101.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 156 (61.33% from 255) = 82.54%
R=0%
G=17.46%
B=82.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal03315610.7900.39227.3110030.59
Hex0219C644F027e3641f
Octal04123414411704734314437
Binary01000011001110011001001001111010011111100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00219c; }

 p { color: rgb(0,33,156); }

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

<style>
 a { background-color: #00219c; }

 a { background-color: rgb(0,33,156); }

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

<style>
 span { border-color: #00219c; }

 span { border-color: rgb(0,33,156); }

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