#021E7C

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

Shades of Sapphire #021E7C

Tints of Sapphire #021E7C

Color information

#021E7C (or 0x021E7C) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 7C. RGB value is (2,30,124). Sum of RGB (Red+Green+Blue) = 2+30+124=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #021E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E7C is #FDE183. Grayscale: #1F1F1F. Windows color (decimal): -16638340 or 8134146. OLE color: 8134146.

HSL color Cylindrical-coordinate representation of color #021E7C: hue angle of 226.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E7C is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB230124-
CMYK0.980.7600.51
HSL226.23º96.83%24.71%-
HSV(B)226.23º98.39%48.63%-
XYZ4.132.419.31-
YUV32.34179.72106.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 124 (48.83% from 255) = 79.49%
R=1.28%
G=19.23%
B=79.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2301240.980.7600.51226.2396.8324.71
Hex21E7C624C033e26119
Octal23617414211406334214131
Binary1011110111110011000101001100011001111100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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