#0920BC

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

Shades of International Klein Blue #0920BC

Tints of International Klein Blue #0920BC

Color information

#0920BC (or 0x0920BC) is unknown color: approx International Klein Blue. HEX triplet: 09, 20 and BC. RGB value is (9,32,188). Sum of RGB (Red+Green+Blue) = 9+32+188=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0920BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920BC is #F6DF43. Grayscale: #2A2A2A. Windows color (decimal): -16179012 or 12328969. OLE color: 12328969.

HSL color Cylindrical-coordinate representation of color #0920BC: hue angle of 232.29º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0920BC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB932188-
CMYK0.950.8300.26
HSL232.29º90.86%38.63%-
HSV(B)232.29º95.21%73.73%-
XYZ9.714.7247.98-
YUV42.91209.88103.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 188 (73.83% from 255) = 82.10%
R=3.93%
G=13.97%
B=82.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9321880.950.8300.26232.2990.8638.63
Hex920BC5F5301Ae85b27
Octal114027413712303235013347
Binary10011000001011110010111111010011011010111010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0920BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0920BC; }

 p { color: rgb(9,32,188); }

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

<style>
 a { background-color: #0920BC; }

 a { background-color: rgb(9,32,188); }

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

<style>
 span { border-color: #0920BC; }

 span { border-color: rgb(9,32,188); }

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