#002776

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

Shades of Sapphire #002776

Tints of Sapphire #002776

Color information

#002776 (or 0x002776) is unknown color: approx Sapphire. HEX triplet: 00, 27 and 76. RGB value is (0,39,118). Sum of RGB (Red+Green+Blue) = 0+39+118=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #002776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002776 is #FFD889. Grayscale: #232323. Windows color (decimal): -16767114 or 7743232. OLE color: 7743232.

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

Color convert

RGB039118-
CMYK10.6700.54
HSL220.17º100%23.14%-
HSV(B)220.17º100%46.27%-
XYZ42.7617.46-
YUV36.34174.08102.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=0%
G=24.84%
B=75.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03911810.6700.54220.1710023.14
Hex027766443036dc6417
Octal04716614410306633414427
Binary0100111111011011001001000011011011011011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002776; }

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

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

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

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

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

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

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

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