Html Css Color HEX #00209D International Klein Blue

📋 copy color: '#00209D'

red 0 ◦ green 32 ◦ blue 157

#00209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #00209D

Tints of International Klein Blue #00209D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 157 (61.72% from 255) = 83.07%

R = 0%
G = 16.93%
B = 83.07%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00209D (or 0x00209D) is known color: International Klein Blue. HEX triplet: 00, 20 and 9D. RGB value is (0,32,157). Sum of RGB (Red+Green+Blue) = 0+32+157=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #00209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00209D is #FFDF62. Grayscale: #242424. Windows color (decimal): -16768867 or 10297344. OLE color: 10297344.

HSL color Cylindrical-coordinate representation of color #00209D: hue angle of 227.77º 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 #00209D is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 32 157 -
CMYK 1 0.80 0 0.38
HSL 227.77º 1% 0.31% -
HSV(B) 227.77º 1% 0.62% -
XYZ 6.6 3.47 32.22 -
YUV 36.68 195.9 101.84 -
System Red Green Blue C M Y K H S L
Decimal 0 32 157 1 0.80 0 0.38 227.77 1 0.31
Hex 0 20 9D 64 50 0 26 E4 64 1F
Octal 0 40 235 144 120 0 46 344 144 37
Binary 0 100000 10011101 1100100 1010000 0 100110 11100100 1100100 11111

Color Harmonies of #00209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00209D

Black with #00209D

Text Example


Text Example

White with #00209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00209D;
 }
 .AnyTagClassName
 {
   color: #00209D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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