#0926AB

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

Shades of International Klein Blue #0926AB

Tints of International Klein Blue #0926AB

Color information

#0926AB (or 0x0926AB) is unknown color: approx International Klein Blue. HEX triplet: 09, 26 and AB. RGB value is (9,38,171). Sum of RGB (Red+Green+Blue) = 9+38+171=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0926AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0926AB is #F6D954. Grayscale: #2B2B2B. Windows color (decimal): -16177493 or 11216393. OLE color: 11216393.

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

Color convert

RGB938171-
CMYK0.950.7800.33
HSL229.26º90%35.29%-
HSV(B)229.26º94.74%67.06%-
XYZ8.164.3838.94-
YUV44.49199.39102.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 171 (67.19% from 255) = 78.44%
R=4.13%
G=17.43%
B=78.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9381710.950.7800.33229.269035.29
Hex926AB5F4E021e55a23
Octal114625313711604134513243
Binary100110011010101011101111110011100100001111001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0926AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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