Html Css Color HEX #09209C International Klein Blue

📋 copy color: '#09209C'

red 9 ◦ green 32 ◦ blue 156

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

Shades of International Klein Blue #09209C

Tints of International Klein Blue #09209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.19%

R = 4.57%
G = 16.24%
B = 79.19%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09209C (or 0x09209C) is known color: International Klein Blue. HEX triplet: 09, 20 and 9C. RGB value is (9,32,156). Sum of RGB (Red+Green+Blue) = 9+32+156=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #09209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09209C is #F6DF63. Grayscale: #262626. Windows color (decimal): -16179044 or 10231817. OLE color: 10231817.

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

Color convert

RGB 9 32 156 -
CMYK 0.94 0.79 0 0.39
HSL 230.61º 0.89% 0.32% -
HSV(B) 230.61º 0.94% 0.61% -
XYZ 6.63 3.49 31.78 -
YUV 39.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 9 32 156 0.94 0.79 0 0.39 230.61 0.89 0.32
Hex 9 20 9C 5E 4F 0 27 E7 59 20
Octal 11 40 234 136 117 0 47 347 131 40
Binary 1001 100000 10011100 1011110 1001111 0 100111 11100111 1011001 100000

Color Harmonies of #09209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09209C

Black with #09209C

Text Example


Text Example

White with #09209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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