#0922AB

Color #0922AB International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0922AB

Tints of International Klein Blue #0922AB

Color information

#0922AB (or 0x0922AB) is unknown color: approx International Klein Blue. HEX triplet: 09, 22 and AB. RGB value is (9,34,171). Sum of RGB (Red+Green+Blue) = 9+34+171=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #0922AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0922AB is #F6DD54. Grayscale: #292929. Windows color (decimal): -16178517 or 11215369. OLE color: 11215369.

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

Color convert

RGB934171-
CMYK0.950.8000.33
HSL230.74º90%35.29%-
HSV(B)230.74º94.74%67.06%-
XYZ8.044.1438.9-
YUV42.14200.72104.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 171 (67.19% from 255) = 79.91%
R=4.21%
G=15.89%
B=79.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9341710.950.8000.33230.749035.29
Hex922AB5F50021e75a23
Octal114225313712004134713243
Binary100110001010101011101111110100000100001111001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0922AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0922AB; }

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

 H1.HeaderClassName
 {
   color: #0922AB;
 }
 .AnyTagClassName
 {
   color: #0922AB;
 }
</style>
background-color css

<style>
 a { background-color: #0922AB; }

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

 div.DivClassName
 {
   background-color: #0922AB;
 }
 .BgClassName
 {
   background-color: #0922AB;
 }
</style>
border-color css

<style>
 span { border-color: #0922AB; }

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

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