#021BB1

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

Shades of International Klein Blue #021BB1

Tints of International Klein Blue #021BB1

Color information

#021BB1 (or 0x021BB1) is unknown color: approx International Klein Blue. HEX triplet: 02, 1B and B1. RGB value is (2,27,177). Sum of RGB (Red+Green+Blue) = 2+27+177=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #021BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BB1 is #FDE44E. Grayscale: #242424. Windows color (decimal): -16639055 or 11606786. OLE color: 11606786.

HSL color Cylindrical-coordinate representation of color #021BB1: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BB1 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB227177-
CMYK0.990.8500.31
HSL231.43º97.77%35.1%-
HSV(B)231.43º98.87%69.41%-
XYZ8.353.9741.92-
YUV36.62207.22103.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 177 (69.53% from 255) = 85.92%
R=0.97%
G=13.11%
B=85.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2271770.990.8500.31231.4397.7735.1
Hex21BB1635501Fe76223
Octal23326114312503734714243
Binary10110111011000111000111010101011111111001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,177); }

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

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

 a { background-color: rgb(2,27,177); }

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

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

 span { border-color: rgb(2,27,177); }

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