#02074C

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

Shades of Sapphire #02074C

Tints of Sapphire #02074C

Color information

#02074C (or 0x02074C) is unknown color: approx Sapphire. HEX triplet: 02, 07 and 4C. RGB value is (2,7,76). Sum of RGB (Red+Green+Blue) = 2+7+76=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #02074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02074C is #FDF8B3. Grayscale: #0D0D0D. Windows color (decimal): -16644276 or 4982530. OLE color: 4982530.

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

Color convert

RGB2776-
CMYK0.970.9100.70
HSL235.95º94.87%15.29%-
HSV(B)235.95º97.37%29.8%-
XYZ1.410.696.9-
YUV13.37163.34119.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 76 (30.08% from 255) = 89.41%
R=2.35%
G=8.24%
B=89.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal27760.970.9100.70235.9594.8715.29
Hex274C615B046ec5ff
Octal27114141133010635413717
Binary10111100110011000011011011010001101110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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