#002d77

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

Shades of Sapphire #002D77

Tints of Sapphire #002D77

Color information

#002D77 (or 0x002D77) is unknown color: approx Sapphire. HEX triplet: 00, 2D and 77. RGB value is (0,45,119). Sum of RGB (Red+Green+Blue) = 0+45+119=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #002D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D77 is #FFD288. Grayscale: #272727. Windows color (decimal): -16765577 or 7810304. OLE color: 7810304.

HSL color Cylindrical-coordinate representation of color #002D77: hue angle of 217.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D77 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB045119-
CMYK10.6200.53
HSL217.31º100%23.33%-
HSV(B)217.31º100%46.67%-
XYZ4.273.2117.85-
YUV39.98172.5999.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=0%
G=27.44%
B=72.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal04511910.6200.53217.3110023.33
Hex02D77643E035d96417
Octal0551671447606533114427
Binary010110111101111100100111110011010111011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,45,119); }

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

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

 a { background-color: rgb(0,45,119); }

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

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

 span { border-color: rgb(0,45,119); }

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