#02074A

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

Shades of Sapphire #02074A

Tints of Sapphire #02074A

Color information

#02074A (or 0x02074A) is unknown color: approx Sapphire. HEX triplet: 02, 07 and 4A. RGB value is (2,7,74). Sum of RGB (Red+Green+Blue) = 2+7+74=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #02074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02074A is #FDF8B5. Grayscale: #0C0C0C. Windows color (decimal): -16644278 or 4851458. OLE color: 4851458.

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

Color convert

RGB2774-
CMYK0.970.9100.71
HSL235.83º94.74%14.9%-
HSV(B)235.83º97.3%29.02%-
XYZ1.340.666.54-
YUV13.14162.34120.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 74 (29.30% from 255) = 89.16%
R=2.41%
G=8.43%
B=89.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal27740.970.9100.71235.8394.7414.9
Hex274A615B047ec5ff
Octal27112141133010735413717
Binary10111100101011000011011011010001111110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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