#0020BF

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

Shades of International Klein Blue #0020BF

Tints of International Klein Blue #0020BF

Color information

#0020BF (or 0x0020BF) is unknown color: approx International Klein Blue. HEX triplet: 00, 20 and BF. RGB value is (0,32,191). Sum of RGB (Red+Green+Blue) = 0+32+191=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #0020BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020BF is #FFDF40. Grayscale: #272727. Windows color (decimal): -16768833 or 12525568. OLE color: 12525568.

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

Color convert

RGB032191-
CMYK10.8300.25
HSL229.95º100%37.45%-
HSV(B)229.95º100%74.9%-
XYZ9.924.7949.69-
YUV40.56212.999.07-

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.35%
BLUE value IS 191 (75% from 255) = 85.65%
R=0%
G=14.35%
B=85.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal03219110.8300.25229.9510037.45
Hex020BF6453019e66425
Octal04027714412303134614445
Binary01000001011111111001001010011011001111001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0020BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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