Html Css Color HEX #09299F International Klein Blue

📋 copy color: '#09299F'

red 9 ◦ green 41 ◦ blue 159

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

Shades of International Klein Blue #09299F

Tints of International Klein Blue #09299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 4.31%
G = 19.62%
B = 76.08%

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

#09299F (or 0x09299F) is known color: International Klein Blue. HEX triplet: 09, 29 and 9F. RGB value is (9,41,159). Sum of RGB (Red+Green+Blue) = 9+41+159=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #09299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09299F is #F6D660. Grayscale: #2C2C2C. Windows color (decimal): -16176737 or 10430729. OLE color: 10430729.

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

Color convert

RGB 9 41 159 -
CMYK 0.94 0.74 0 0.38
HSL 227.2º 0.89% 0.33% -
HSV(B) 227.2º 0.94% 0.62% -
XYZ 7.16 4.15 33.22 -
YUV 44.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 9 41 159 0.94 0.74 0 0.38 227.2 0.89 0.33
Hex 9 29 9F 5E 4A 0 26 E3 59 21
Octal 11 51 237 136 112 0 46 343 131 41
Binary 1001 101001 10011111 1011110 1001010 0 100110 11100011 1011001 100001

Color Harmonies of #09299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09299F

Black with #09299F

Text Example


Text Example

White with #09299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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