#0020B9

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

Shades of International Klein Blue #0020B9

Tints of International Klein Blue #0020B9

Color information

#0020B9 (or 0x0020B9) is unknown color: approx International Klein Blue. HEX triplet: 00, 20 and B9. RGB value is (0,32,185). Sum of RGB (Red+Green+Blue) = 0+32+185=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 185 (72.66% from 255 or 85.25% from 217); Max value from RGB is 185 - color contains mainly: blue. Hex color #0020B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020B9 is #FFDF46. Grayscale: #272727. Windows color (decimal): -16768839 or 12132352. OLE color: 12132352.

HSL color Cylindrical-coordinate representation of color #0020B9: hue angle of 229.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020B9 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB032185-
CMYK10.8300.27
HSL229.62º100%36.27%-
HSV(B)229.62º100%72.55%-
XYZ9.274.5446.29-
YUV39.87209.999.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 185 (72.66% from 255) = 85.25%
R=0%
G=14.75%
B=85.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal03218510.8300.27229.6210036.27
Hex020B9645301Be66424
Octal04027114412303334614444
Binary01000001011100111001001010011011011111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0020B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0020B9; }

 p { color: rgb(0,32,185); }

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

<style>
 a { background-color: #0020B9; }

 a { background-color: rgb(0,32,185); }

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

<style>
 span { border-color: #0020B9; }

 span { border-color: rgb(0,32,185); }

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