Html Css Color HEX #09209E International Klein Blue

📋 copy color: '#09209E'

red 9 ◦ green 32 ◦ blue 158

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

Shades of International Klein Blue #09209E

Tints of International Klein Blue #09209E

RGB

 RED value IS 9 (3.91% from 255) = 4.52%

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

 BLUE value IS 158 (62.11% from 255) = 79.4%

R = 4.52%
G = 16.08%
B = 79.4%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09209E (or 0x09209E) is known color: International Klein Blue. HEX triplet: 09, 20 and 9E. RGB value is (9,32,158). Sum of RGB (Red+Green+Blue) = 9+32+158=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #09209E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09209E is #F6DF61. Grayscale: #262626. Windows color (decimal): -16179042 or 10362889. OLE color: 10362889.

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

Color convert

RGB 9 32 158 -
CMYK 0.94 0.80 0 0.38
HSL 230.74º 0.89% 0.33% -
HSV(B) 230.74º 0.94% 0.62% -
XYZ 6.8 3.56 32.68 -
YUV 39.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 9 32 158 0.94 0.80 0 0.38 230.74 0.89 0.33
Hex 9 20 9E 5E 50 0 26 E7 59 21
Octal 11 40 236 136 120 0 46 347 131 41
Binary 1001 100000 10011110 1011110 1010000 0 100110 11100111 1011001 100001

Color Harmonies of #09209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09209E

Black with #09209E

Text Example


Text Example

White with #09209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09209E;
 }
 .AnyTagClassName
 {
   color: #09209E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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