Html Css Color HEX #09229B International Klein Blue

📋 copy color: '#09229B'

red 9 ◦ green 34 ◦ blue 155

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

Shades of International Klein Blue #09229B

Tints of International Klein Blue #09229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 155 (60.94% from 255) = 78.28%

R = 4.55%
G = 17.17%
B = 78.28%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09229B (or 0x09229B) is known color: International Klein Blue. HEX triplet: 09, 22 and 9B. RGB value is (9,34,155). Sum of RGB (Red+Green+Blue) = 9+34+155=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #09229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09229B is #F6DD64. Grayscale: #272727. Windows color (decimal): -16178533 or 10166793. OLE color: 10166793.

HSL color Cylindrical-coordinate representation of color #09229B: hue angle of 229.73º 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 #09229B is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 34 155 -
CMYK 0.94 0.78 0 0.39
HSL 229.73º 0.89% 0.32% -
HSV(B) 229.73º 0.94% 0.61% -
XYZ 6.6 3.57 31.35 -
YUV 40.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 9 34 155 0.94 0.78 0 0.39 229.73 0.89 0.32
Hex 9 22 9B 5E 4E 0 27 E6 59 20
Octal 11 42 233 136 116 0 47 346 131 40
Binary 1001 100010 10011011 1011110 1001110 0 100111 11100110 1011001 100000

Color Harmonies of #09229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09229B

Black with #09229B

Text Example


Text Example

White with #09229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09229B; }

 p { color: rgb(9,34,155); }

 H1.HeaderClassName
 {
   color: #09229B;
 }
 .AnyTagClassName
 {
   color: #09229B;
 }
</style>

background-color css

<style>
 a { background-color: #09229B; }

 a { background-color: rgb(9,34,155); }

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

border-color css

<style>
 span { border-color: #09229B; }

 span { border-color: rgb(9,34,155); }

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