#021F9A

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

Shades of International Klein Blue #021F9A

Tints of International Klein Blue #021F9A

Color information

#021F9A (or 0x021F9A) is unknown color: approx International Klein Blue. HEX triplet: 02, 1F and 9A. RGB value is (2,31,154). Sum of RGB (Red+Green+Blue) = 2+31+154=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #021F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021F9A is #FDE065. Grayscale: #232323. Windows color (decimal): -16638054 or 10100482. OLE color: 10100482.

HSL color Cylindrical-coordinate representation of color #021F9A: hue angle of 228.55º 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 #021F9A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB231154-
CMYK0.990.8000.40
HSL228.55º97.44%30.59%-
HSV(B)228.55º98.7%60.39%-
XYZ6.353.3330.88-
YUV36.35194.39103.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 154 (60.55% from 255) = 82.35%
R=1.07%
G=16.58%
B=82.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2311540.990.8000.40228.5597.4430.59
Hex21F9A6350028e5611f
Octal23723214312005034514137
Binary10111111001101011000111010000010100011100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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