#0921B4

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

Shades of International Klein Blue #0921B4

Tints of International Klein Blue #0921B4

Color information

#0921B4 (or 0x0921B4) is unknown color: approx International Klein Blue. HEX triplet: 09, 21 and B4. RGB value is (9,33,180). Sum of RGB (Red+Green+Blue) = 9+33+180=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 180 (70.70% from 255 or 81.08% from 222); Max value from RGB is 180 - color contains mainly: blue. Hex color #0921B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0921B4 is #F6DE4B. Grayscale: #292929. Windows color (decimal): -16178764 or 11804937. OLE color: 11804937.

HSL color Cylindrical-coordinate representation of color #0921B4: hue angle of 231.58º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0921B4 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB933180-
CMYK0.950.8200.29
HSL231.58º90.48%37.06%-
HSV(B)231.58º95%70.59%-
XYZ8.894.4443.57-
YUV42.58205.55104.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 180 (70.70% from 255) = 81.08%
R=4.05%
G=14.86%
B=81.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9331800.950.8200.29231.5890.4837.06
Hex921B45F5201De85a25
Octal114126413712203535013245
Binary10011000011011010010111111010010011101111010001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0921B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0921B4; }

 p { color: rgb(9,33,180); }

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

<style>
 a { background-color: #0921B4; }

 a { background-color: rgb(9,33,180); }

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

<style>
 span { border-color: #0921B4; }

 span { border-color: rgb(9,33,180); }

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