#0929AC

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

Shades of International Klein Blue #0929AC

Tints of International Klein Blue #0929AC

Color information

#0929AC (or 0x0929AC) is unknown color: approx International Klein Blue. HEX triplet: 09, 29 and AC. RGB value is (9,41,172). Sum of RGB (Red+Green+Blue) = 9+41+172=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #0929AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929AC is #F6D653. Grayscale: #2D2D2D. Windows color (decimal): -16176724 or 11282697. OLE color: 11282697.

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

Color convert

RGB941172-
CMYK0.950.7600.33
HSL228.22º90.06%35.49%-
HSV(B)228.22º94.77%67.45%-
XYZ8.354.6239.48-
YUV46.37198.9101.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 172 (67.58% from 255) = 77.48%
R=4.05%
G=18.47%
B=77.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9411720.950.7600.33228.2290.0635.49
Hex929AC5F4C021e45a23
Octal115125413711404134413243
Binary100110100110101100101111110011000100001111001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0929AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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