Html Css Color HEX #09299E International Klein Blue

📋 copy color: '#09299E'

red 9 ◦ green 41 ◦ blue 158

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

Shades of International Klein Blue #09299E

Tints of International Klein Blue #09299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 4.33%
G = 19.71%
B = 75.96%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09299E (or 0x09299E) is known color: International Klein Blue. HEX triplet: 09, 29 and 9E. RGB value is (9,41,158). Sum of RGB (Red+Green+Blue) = 9+41+158=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #09299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09299E is #F6D661. Grayscale: #2C2C2C. Windows color (decimal): -16176738 or 10365193. OLE color: 10365193.

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

Color convert

RGB 9 41 158 -
CMYK 0.94 0.74 0 0.38
HSL 227.11º 0.89% 0.33% -
HSV(B) 227.11º 0.94% 0.62% -
XYZ 7.08 4.11 32.77 -
YUV 44.77 191.9 102.49 -
System Red Green Blue C M Y K H S L
Decimal 9 41 158 0.94 0.74 0 0.38 227.11 0.89 0.33
Hex 9 29 9E 5E 4A 0 26 E3 59 21
Octal 11 51 236 136 112 0 46 343 131 41
Binary 1001 101001 10011110 1011110 1001010 0 100110 11100011 1011001 100001

Color Harmonies of #09299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09299E

Black with #09299E

Text Example


Text Example

White with #09299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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