Html Css Color HEX #09249E International Klein Blue

📋 copy color: '#09249E'

red 9 ◦ green 36 ◦ blue 158

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

Shades of International Klein Blue #09249E

Tints of International Klein Blue #09249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 4.43%
G = 17.73%
B = 77.83%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09249E (or 0x09249E) is known color: International Klein Blue. HEX triplet: 09, 24 and 9E. RGB value is (9,36,158). Sum of RGB (Red+Green+Blue) = 9+36+158=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #09249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09249E is #F6DB61. Grayscale: #292929. Windows color (decimal): -16178018 or 10363913. OLE color: 10363913.

HSL color Cylindrical-coordinate representation of color #09249E: hue angle of 229.13º 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 #09249E is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 36 158 -
CMYK 0.94 0.77 0 0.38
HSL 229.13º 0.89% 0.33% -
HSV(B) 229.13º 0.94% 0.62% -
XYZ 6.92 3.79 32.71 -
YUV 41.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 9 36 158 0.94 0.77 0 0.38 229.13 0.89 0.33
Hex 9 24 9E 5E 4D 0 26 E5 59 21
Octal 11 44 236 136 115 0 46 345 131 41
Binary 1001 100100 10011110 1011110 1001101 0 100110 11100101 1011001 100001

Color Harmonies of #09249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09249E

Black with #09249E

Text Example


Text Example

White with #09249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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