#021E74

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

Shades of Sapphire #021E74

Tints of Sapphire #021E74

Color information

#021E74 (or 0x021E74) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 74. RGB value is (2,30,116). Sum of RGB (Red+Green+Blue) = 2+30+116=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #021E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E74 is #FDE18B. Grayscale: #1F1F1F. Windows color (decimal): -16638348 or 7609858. OLE color: 7609858.

HSL color Cylindrical-coordinate representation of color #021E74: hue angle of 225.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E74 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB230116-
CMYK0.980.7400.55
HSL225.26º96.61%23.14%-
HSV(B)225.26º98.28%45.49%-
XYZ3.642.216.76-
YUV31.43175.72107.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 116 (45.70% from 255) = 78.38%
R=1.35%
G=20.27%
B=78.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2301160.980.7400.55225.2696.6123.14
Hex21E74624A037e16117
Octal23616414211206734114127
Binary1011110111010011000101001010011011111100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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