#021A9B

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

Shades of International Klein Blue #021A9B

Tints of International Klein Blue #021A9B

Color information

#021A9B (or 0x021A9B) is unknown color: approx International Klein Blue. HEX triplet: 02, 1A and 9B. RGB value is (2,26,155). Sum of RGB (Red+Green+Blue) = 2+26+155=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #021A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A9B is #FDE564. Grayscale: #202020. Windows color (decimal): -16639333 or 10164738. OLE color: 10164738.

HSL color Cylindrical-coordinate representation of color #021A9B: hue angle of 230.59º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021A9B is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB226155-
CMYK0.990.8300.39
HSL230.59º97.45%30.78%-
HSV(B)230.59º98.71%60.78%-
XYZ6.313.1231.28-
YUV33.53196.55105.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 155 (60.94% from 255) = 84.70%
R=1.09%
G=14.21%
B=84.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2261550.990.8300.39230.5997.4530.78
Hex21A9B6353027e7611f
Octal23223314312304734714137
Binary10110101001101111000111010011010011111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,155); }

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

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

 a { background-color: rgb(2,26,155); }

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

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

 span { border-color: rgb(2,26,155); }

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