#00209E

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

Shades of International Klein Blue #00209E

Tints of International Klein Blue #00209E

Color information

#00209E (or 0x00209E) is unknown color: approx International Klein Blue. HEX triplet: 00, 20 and 9E. RGB value is (0,32,158). Sum of RGB (Red+Green+Blue) = 0+32+158=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #00209E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00209E is #FFDF61. Grayscale: #242424. Windows color (decimal): -16768866 or 10362880. OLE color: 10362880.

HSL color Cylindrical-coordinate representation of color #00209E: hue angle of 227.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00209E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB032158-
CMYK10.8000.38
HSL227.85º100%30.98%-
HSV(B)227.85º100%61.96%-
XYZ6.693.532.67-
YUV36.8196.4101.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=0%
G=16.84%
B=83.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal03215810.8000.38227.8510030.98
Hex0209E6450026e4641f
Octal04023614412004634414437
Binary01000001001111011001001010000010011011100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00209E; }

 p { color: rgb(0,32,158); }

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

<style>
 a { background-color: #00209E; }

 a { background-color: rgb(0,32,158); }

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

<style>
 span { border-color: #00209E; }

 span { border-color: rgb(0,32,158); }

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