#02074F

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

Shades of Sapphire #02074F

Tints of Sapphire #02074F

Color information

#02074F (or 0x02074F) is unknown color: approx Sapphire. HEX triplet: 02, 07 and 4F. RGB value is (2,7,79). Sum of RGB (Red+Green+Blue) = 2+7+79=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #02074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02074F is #FDF8B0. Grayscale: #0D0D0D. Windows color (decimal): -16644273 or 5179138. OLE color: 5179138.

HSL color Cylindrical-coordinate representation of color #02074F: hue angle of 236.1º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02074F is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB2779-
CMYK0.970.9100.69
HSL236.1º95.06%15.88%-
HSV(B)236.1º97.47%30.98%-
XYZ1.510.737.46-
YUV13.71164.84119.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 79 (31.25% from 255) = 89.77%
R=2.27%
G=7.95%
B=89.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal27790.970.9100.69236.195.0615.88
Hex274F615B045ec5f10
Octal27117141133010535413720
Binary101111001111110000110110110100010111101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02074F; }

 p { color: rgb(2,7,79); }

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

<style>
 a { background-color: #02074F; }

 a { background-color: rgb(2,7,79); }

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

<style>
 span { border-color: #02074F; }

 span { border-color: rgb(2,7,79); }

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