#021F9D

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

Shades of International Klein Blue #021F9D

Tints of International Klein Blue #021F9D

Color information

#021F9D (or 0x021F9D) is unknown color: approx International Klein Blue. HEX triplet: 02, 1F and 9D. RGB value is (2,31,157). Sum of RGB (Red+Green+Blue) = 2+31+157=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 157 (61.72% from 255 or 82.63% from 190); Max value from RGB is 157 - color contains mainly: blue. Hex color #021F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021F9D is #FDE062. Grayscale: #242424. Windows color (decimal): -16638051 or 10297090. OLE color: 10297090.

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

Color convert

RGB231157-
CMYK0.990.8000.38
HSL228.77º97.48%31.18%-
HSV(B)228.77º98.73%61.57%-
XYZ6.63.4332.21-
YUV36.69195.89103.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 157 (61.72% from 255) = 82.63%
R=1.05%
G=16.32%
B=82.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2311570.990.8000.38228.7797.4831.18
Hex21F9D6350026e5611f
Octal23723514312004634514137
Binary10111111001110111000111010000010011011100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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