Html Css Color HEX #09229F International Klein Blue

📋 copy color: '#09229F'

red 9 ◦ green 34 ◦ blue 159

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

Shades of International Klein Blue #09229F

Tints of International Klein Blue #09229F

RGB

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

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

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

R = 4.46%
G = 16.83%
B = 78.71%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09229F (or 0x09229F) is known color: International Klein Blue. HEX triplet: 09, 22 and 9F. RGB value is (9,34,159). Sum of RGB (Red+Green+Blue) = 9+34+159=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #09229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09229F is #F6DD60. Grayscale: #282828. Windows color (decimal): -16178529 or 10428937. OLE color: 10428937.

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

Color convert

RGB 9 34 159 -
CMYK 0.94 0.79 0 0.38
HSL 230º 0.89% 0.33% -
HSV(B) 230º 0.94% 0.62% -
XYZ 6.94 3.71 33.15 -
YUV 40.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 9 34 159 0.94 0.79 0 0.38 230 0.89 0.33
Hex 9 22 9F 5E 4F 0 26 E6 59 21
Octal 11 42 237 136 117 0 46 346 131 41
Binary 1001 100010 10011111 1011110 1001111 0 100110 11100110 1011001 100001

Color Harmonies of #09229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09229F

Black with #09229F

Text Example


Text Example

White with #09229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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