#0A20BC

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

Shades of International Klein Blue #0A20BC

Tints of International Klein Blue #0A20BC

Color information

#0A20BC (or 0x0A20BC) is unknown color: approx International Klein Blue. HEX triplet: 0A, 20 and BC. RGB value is (10,32,188). Sum of RGB (Red+Green+Blue) = 10+32+188=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A20BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A20BC is #F5DF43. Grayscale: #2A2A2A. Windows color (decimal): -16113476 or 12328970. OLE color: 12328970.

HSL color Cylindrical-coordinate representation of color #0A20BC: hue angle of 232.58º degrees, saturation: 0.9, 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 #0A20BC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1032188-
CMYK0.950.8300.26
HSL232.58º89.9%38.82%-
HSV(B)232.58º94.68%73.73%-
XYZ9.724.7347.98-
YUV43.21209.71104.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 188 (73.83% from 255) = 81.74%
R=4.35%
G=13.91%
B=81.74%

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
Decimal10321880.950.8300.26232.5889.938.82
HexA20BC5F5301Ae95a27
Octal124027413712303235113247
Binary10101000001011110010111111010011011010111010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A20BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A20BC; }

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

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

<style>
 a { background-color: #0A20BC; }

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

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

<style>
 span { border-color: #0A20BC; }

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

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