#0927AB

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

Shades of International Klein Blue #0927AB

Tints of International Klein Blue #0927AB

Color information

#0927AB (or 0x0927AB) is unknown color: approx International Klein Blue. HEX triplet: 09, 27 and AB. RGB value is (9,39,171). Sum of RGB (Red+Green+Blue) = 9+39+171=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #0927AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0927AB is #F6D854. Grayscale: #2C2C2C. Windows color (decimal): -16177237 or 11216649. OLE color: 11216649.

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

Color convert

RGB939171-
CMYK0.950.7700.33
HSL228.89º90%35.29%-
HSV(B)228.89º94.74%67.06%-
XYZ8.194.4538.96-
YUV45.08199.06102.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=4.11%
G=17.81%
B=78.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9391710.950.7700.33228.899035.29
Hex927AB5F4D021e55a23
Octal114725313711504134513243
Binary100110011110101011101111110011010100001111001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0927AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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