#021EBA

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

Shades of International Klein Blue #021EBA

Tints of International Klein Blue #021EBA

Color information

#021EBA (or 0x021EBA) is unknown color: approx International Klein Blue. HEX triplet: 02, 1E and BA. RGB value is (2,30,186). Sum of RGB (Red+Green+Blue) = 2+30+186=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #021EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EBA is #FDE145. Grayscale: #262626. Windows color (decimal): -16638278 or 12197378. OLE color: 12197378.

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

Color convert

RGB230186-
CMYK0.990.8400.27
HSL230.87º97.87%36.86%-
HSV(B)230.87º98.92%72.94%-
XYZ9.354.4946.83-
YUV39.41210.72101.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 186 (73.05% from 255) = 85.32%
R=0.92%
G=13.76%
B=85.32%

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
Decimal2301860.990.8400.27230.8797.8736.86
Hex21EBA635401Be76225
Octal23627214312403334714245
Binary10111101011101011000111010100011011111001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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