Html Css Color HEX #0929AA International Klein Blue

📋 copy color: '#0929AA'

red 9 ◦ green 41 ◦ blue 170

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

Shades of International Klein Blue #0929AA

Tints of International Klein Blue #0929AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.27%

R = 4.09%
G = 18.64%
B = 77.27%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0929AA (or 0x0929AA) is known color: International Klein Blue. HEX triplet: 09, 29 and AA. RGB value is (9,41,170). Sum of RGB (Red+Green+Blue) = 9+41+170=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #0929AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929AA is #F6D655. Grayscale: #2D2D2D. Windows color (decimal): -16176726 or 11151625. OLE color: 11151625.

HSL color Cylindrical-coordinate representation of color #0929AA: hue angle of 228.07º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0929AA is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 41 170 -
CMYK 0.95 0.76 0 0.33
HSL 228.07º 0.9% 0.35% -
HSV(B) 228.07º 0.95% 0.67% -
XYZ 8.16 4.55 38.48 -
YUV 46.14 197.9 101.51 -
System Red Green Blue C M Y K H S L
Decimal 9 41 170 0.95 0.76 0 0.33 228.07 0.9 0.35
Hex 9 29 AA 5F 4C 0 21 E4 5A 23
Octal 11 51 252 137 114 0 41 344 132 43
Binary 1001 101001 10101010 1011111 1001100 0 100001 11100100 1011010 100011

Color Harmonies of #0929AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929AA

Black with #0929AA

Text Example


Text Example

White with #0929AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0929AA; }

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

 H1.HeaderClassName
 {
   color: #0929AA;
 }
 .AnyTagClassName
 {
   color: #0929AA;
 }
</style>

background-color css

<style>
 a { background-color: #0929AA; }

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

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

border-color css

<style>
 span { border-color: #0929AA; }

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

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