#002C76

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

Shades of Sapphire #002C76

Tints of Sapphire #002C76

Color information

#002C76 (or 0x002C76) is unknown color: approx Sapphire. HEX triplet: 00, 2C and 76. RGB value is (0,44,118). Sum of RGB (Red+Green+Blue) = 0+44+118=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #002C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C76 is #FFD389. Grayscale: #262626. Windows color (decimal): -16765834 or 7744512. OLE color: 7744512.

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

Color convert

RGB044118-
CMYK10.6300.54
HSL217.63º100%23.14%-
HSV(B)217.63º100%46.27%-
XYZ4.173.1117.52-
YUV39.28172.4299.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=0%
G=27.16%
B=72.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal04411810.6300.54217.6310023.14
Hex02C76643F036da6417
Octal0541661447706633214427
Binary010110011101101100100111111011011011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002C76; }

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

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

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

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

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

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

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

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