#021E68

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

Shades of Sapphire #021E68

Tints of Sapphire #021E68

Color information

#021E68 (or 0x021E68) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 68. RGB value is (2,30,104). Sum of RGB (Red+Green+Blue) = 2+30+104=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #021E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E68 is #FDE197. Grayscale: #1D1D1D. Windows color (decimal): -16638360 or 6823426. OLE color: 6823426.

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

Color convert

RGB230104-
CMYK0.980.7100.59
HSL223.53º96.23%20.78%-
HSV(B)223.53º98.08%40.78%-
XYZ2.991.9413.31-
YUV30.06169.72107.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 104 (41.02% from 255) = 76.47%
R=1.47%
G=22.06%
B=76.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2301040.980.7100.59223.5396.2320.78
Hex21E68624703Be06015
Octal23615014210707334014025
Binary1011110110100011000101000111011101111100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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