#021C9A

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

Shades of International Klein Blue #021C9A

Tints of International Klein Blue #021C9A

Color information

#021C9A (or 0x021C9A) is unknown color: approx International Klein Blue. HEX triplet: 02, 1C and 9A. RGB value is (2,28,154). Sum of RGB (Red+Green+Blue) = 2+28+154=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #021C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9A is #FDE365. Grayscale: #222222. Windows color (decimal): -16638822 or 10099714. OLE color: 10099714.

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

Color convert

RGB228154-
CMYK0.990.8200.40
HSL229.74º97.44%30.59%-
HSV(B)229.74º98.7%60.39%-
XYZ6.273.1830.85-
YUV34.59195.39104.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 154 (60.55% from 255) = 83.70%
R=1.09%
G=15.22%
B=83.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2281540.990.8200.40229.7497.4430.59
Hex21C9A6352028e6611f
Octal23423214312205034614137
Binary10111001001101011000111010010010100011100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,154); }

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

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

 a { background-color: rgb(2,28,154); }

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

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

 span { border-color: rgb(2,28,154); }

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