#002D78

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

Shades of Sapphire #002D78

Tints of Sapphire #002D78

Color information

#002D78 (or 0x002D78) is unknown color: approx Sapphire. HEX triplet: 00, 2D and 78. RGB value is (0,45,120). Sum of RGB (Red+Green+Blue) = 0+45+120=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #002D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D78 is #FFD287. Grayscale: #272727. Windows color (decimal): -16765576 or 7875840. OLE color: 7875840.

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

Color convert

RGB045120-
CMYK10.6300.53
HSL217.5º100%23.53%-
HSV(B)217.5º100%47.06%-
XYZ4.333.2318.17-
YUV40.1173.0999.4-

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.27%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=0%
G=27.27%
B=72.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal04512010.6300.53217.510023.53
Hex02D78643F035da6418
Octal0551701447706533214430
Binary010110111110001100100111111011010111011010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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