#002876

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

Shades of Sapphire #002876

Tints of Sapphire #002876

Color information

#002876 (or 0x002876) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 76. RGB value is (0,40,118). Sum of RGB (Red+Green+Blue) = 0+40+118=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #002876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002876 is #FFD789. Grayscale: #242424. Windows color (decimal): -16766858 or 7743488. OLE color: 7743488.

HSL color Cylindrical-coordinate representation of color #002876: hue angle of 219.66º 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 #002876 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB040118-
CMYK10.6600.54
HSL219.66º100%23.14%-
HSV(B)219.66º100%46.27%-
XYZ4.032.8317.47-
YUV36.93173.75101.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=0%
G=25.32%
B=74.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal04011810.6600.54219.6610023.14
Hex028766442036dc6417
Octal05016614410206633414427
Binary0101000111011011001001000010011011011011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002876; }

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

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

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

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

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

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

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

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