#021E5C

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

Shades of Sapphire #021E5C

Tints of Sapphire #021E5C

Color information

#021E5C (or 0x021E5C) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 5C. RGB value is (2,30,92). Sum of RGB (Red+Green+Blue) = 2+30+92=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #021E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E5C is #FDE1A3. Grayscale: #1C1C1C. Windows color (decimal): -16638372 or 6036994. OLE color: 6036994.

HSL color Cylindrical-coordinate representation of color #021E5C: hue angle of 221.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E5C is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23092-
CMYK0.980.6700.64
HSL221.33º95.74%18.43%-
HSV(B)221.33º97.83%36.08%-
XYZ2.421.7110.33-
YUV28.7163.72108.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 92 (36.33% from 255) = 74.19%
R=1.61%
G=24.19%
B=74.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal230920.980.6700.64221.3395.7418.43
Hex21E5C6243040dd6012
Octal236134142103010033514022
Binary10111101011100110001010000110100000011011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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