#021FBC

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

Shades of International Klein Blue #021FBC

Tints of International Klein Blue #021FBC

Color information

#021FBC (or 0x021FBC) is unknown color: approx International Klein Blue. HEX triplet: 02, 1F and BC. RGB value is (2,31,188). Sum of RGB (Red+Green+Blue) = 2+31+188=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #021FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FBC is #FDE043. Grayscale: #272727. Windows color (decimal): -16638020 or 12328706. OLE color: 12328706.

HSL color Cylindrical-coordinate representation of color #021FBC: hue angle of 230.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FBC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB231188-
CMYK0.990.8400.26
HSL230.65º97.89%37.25%-
HSV(B)230.65º98.94%73.73%-
XYZ9.594.6247.96-
YUV40.23211.39100.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 188 (73.83% from 255) = 85.07%
R=0.90%
G=14.03%
B=85.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2311880.990.8400.26230.6597.8937.25
Hex21FBC635401Ae76225
Octal23727414312403234714245
Binary10111111011110011000111010100011010111001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021FBC; }

 p { color: rgb(2,31,188); }

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

<style>
 a { background-color: #021FBC; }

 a { background-color: rgb(2,31,188); }

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

<style>
 span { border-color: #021FBC; }

 span { border-color: rgb(2,31,188); }

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