#031978

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

Shades of Sapphire #031978

Tints of Sapphire #031978

Color information

#031978 (or 0x031978) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 78. RGB value is (3,25,120). Sum of RGB (Red+Green+Blue) = 3+25+120=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #031978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031978 is #FCE687. Grayscale: #1C1C1C. Windows color (decimal): -16574088 or 7870723. OLE color: 7870723.

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

Color convert

RGB325120-
CMYK0.980.7900.53
HSL228.72º95.12%24.12%-
HSV(B)228.72º97.5%47.06%-
XYZ3.782.0717.97-
YUV29.25179.21109.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 120 (47.27% from 255) = 81.08%
R=2.03%
G=16.89%
B=81.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3251200.980.7900.53228.7295.1224.12
Hex31978624F035e55f18
Octal33117014211706534513730
Binary1111001111100011000101001111011010111100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031978; }

 p { color: rgb(3,25,120); }

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

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

 a { background-color: rgb(3,25,120); }

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

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

 span { border-color: rgb(3,25,120); }

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