#021E6B

Color #021E6B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #021E6B

Tints of Sapphire #021E6B

Color information

#021E6B (or 0x021E6B) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 6B. RGB value is (2,30,107). Sum of RGB (Red+Green+Blue) = 2+30+107=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #021E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E6B is #FDE194. Grayscale: #1E1E1E. Windows color (decimal): -16638357 or 7020034. OLE color: 7020034.

HSL color Cylindrical-coordinate representation of color #021E6B: hue angle of 224º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E6B is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB230107-
CMYK0.980.7200.58
HSL224º96.33%21.37%-
HSV(B)224º98.13%41.96%-
XYZ3.14214.13-
YUV30.41171.22107.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 107 (42.19% from 255) = 76.98%
R=1.44%
G=21.58%
B=76.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2301070.980.7200.5822496.3321.37
Hex21E6B624803Ae06015
Octal23615314211007234014025
Binary1011110110101111000101001000011101011100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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