#002976

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

Shades of Sapphire #002976

Tints of Sapphire #002976

Color information

#002976 (or 0x002976) is unknown color: approx Sapphire. HEX triplet: 00, 29 and 76. RGB value is (0,41,118). Sum of RGB (Red+Green+Blue) = 0+41+118=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #002976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002976 is #FFD689. Grayscale: #252525. Windows color (decimal): -16766602 or 7743744. OLE color: 7743744.

HSL color Cylindrical-coordinate representation of color #002976: hue angle of 219.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002976 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB041118-
CMYK10.6500.54
HSL219.15º100%23.14%-
HSV(B)219.15º100%46.27%-
XYZ4.062.8917.48-
YUV37.52173.42101.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 118 (46.48% from 255) = 74.21%
R=0%
G=25.79%
B=74.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal04111810.6500.54219.1510023.14
Hex029766441036db6417
Octal05116614410106633314427
Binary0101001111011011001001000001011011011011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002976; }

 p { color: rgb(0,41,118); }

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

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

 a { background-color: rgb(0,41,118); }

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

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

 span { border-color: rgb(0,41,118); }

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