Html Css Color HEX #0926AA International Klein Blue

📋 copy color: '#0926AA'

red 9 ◦ green 38 ◦ blue 170

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

Shades of International Klein Blue #0926AA

Tints of International Klein Blue #0926AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 4.15%
G = 17.51%
B = 78.34%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0926AA (or 0x0926AA) is known color: International Klein Blue. HEX triplet: 09, 26 and AA. RGB value is (9,38,170). Sum of RGB (Red+Green+Blue) = 9+38+170=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #0926AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0926AA is #F6D955. Grayscale: #2B2B2B. Windows color (decimal): -16177494 or 11150857. OLE color: 11150857.

HSL color Cylindrical-coordinate representation of color #0926AA: hue angle of 229.19º 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 #0926AA is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 38 170 -
CMYK 0.95 0.78 0 0.33
HSL 229.19º 0.9% 0.35% -
HSV(B) 229.19º 0.95% 0.67% -
XYZ 8.06 4.35 38.44 -
YUV 44.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 9 38 170 0.95 0.78 0 0.33 229.19 0.9 0.35
Hex 9 26 AA 5F 4E 0 21 E5 5A 23
Octal 11 46 252 137 116 0 41 345 132 43
Binary 1001 100110 10101010 1011111 1001110 0 100001 11100101 1011010 100011

Color Harmonies of #0926AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0926AA

Black with #0926AA

Text Example


Text Example

White with #0926AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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