#021F78

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

Shades of Sapphire #021F78

Tints of Sapphire #021F78

Color information

#021F78 (or 0x021F78) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 78. RGB value is (2,31,120). Sum of RGB (Red+Green+Blue) = 2+31+120=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #021F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F78 is #FDE087. Grayscale: #202020. Windows color (decimal): -16638088 or 7872258. OLE color: 7872258.

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

Color convert

RGB231120-
CMYK0.980.7400.53
HSL225.25º96.72%23.92%-
HSV(B)225.25º98.33%47.06%-
XYZ3.912.3518.02-
YUV32.47177.39106.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 120 (47.27% from 255) = 78.43%
R=1.31%
G=20.26%
B=78.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2311200.980.7400.53225.2596.7223.92
Hex21F78624A035e16118
Octal23717014211206534114130
Binary1011111111100011000101001010011010111100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,31,120); }

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

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

 a { background-color: rgb(2,31,120); }

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

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

 span { border-color: rgb(2,31,120); }

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