#021DBA

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

Shades of International Klein Blue #021DBA

Tints of International Klein Blue #021DBA

Color information

#021DBA (or 0x021DBA) is unknown color: approx International Klein Blue. HEX triplet: 02, 1D and BA. RGB value is (2,29,186). Sum of RGB (Red+Green+Blue) = 2+29+186=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #021DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DBA is #FDE245. Grayscale: #262626. Windows color (decimal): -16638534 or 12197122. OLE color: 12197122.

HSL color Cylindrical-coordinate representation of color #021DBA: hue angle of 231.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DBA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB229186-
CMYK0.990.8400.27
HSL231.2º97.87%36.86%-
HSV(B)231.2º98.92%72.94%-
XYZ9.334.4446.82-
YUV38.83211.05101.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=0.92%
G=13.36%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2291860.990.8400.27231.297.8736.86
Hex21DBA635401Be76225
Octal23527214312403334714245
Binary10111011011101011000111010100011011111001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,186); }

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

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

 a { background-color: rgb(2,29,186); }

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

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

 span { border-color: rgb(2,29,186); }

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