#0120B3

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

Shades of International Klein Blue #0120B3

Tints of International Klein Blue #0120B3

Color information

#0120B3 (or 0x0120B3) is unknown color: approx International Klein Blue. HEX triplet: 01, 20 and B3. RGB value is (1,32,179). Sum of RGB (Red+Green+Blue) = 1+32+179=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 179 (70.31% from 255 or 84.43% from 212); Max value from RGB is 179 - color contains mainly: blue. Hex color #0120B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120B3 is #FEDF4C. Grayscale: #262626. Windows color (decimal): -16703309 or 11739137. OLE color: 11739137.

HSL color Cylindrical-coordinate representation of color #0120B3: hue angle of 229.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0120B3 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132179-
CMYK0.990.8200.30
HSL229.55º98.89%35.29%-
HSV(B)229.55º99.44%70.2%-
XYZ8.674.2943.02-
YUV39.49206.73100.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 179 (70.31% from 255) = 84.43%
R=0.47%
G=15.09%
B=84.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321790.990.8200.30229.5598.8935.29
Hex120B3635201Ee66323
Octal14026314312203634614343
Binary11000001011001111000111010010011110111001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0120B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0120B3; }

 p { color: rgb(1,32,179); }

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

<style>
 a { background-color: #0120B3; }

 a { background-color: rgb(1,32,179); }

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

<style>
 span { border-color: #0120B3; }

 span { border-color: rgb(1,32,179); }

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