#031948

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

Shades of Sapphire #031948

Tints of Sapphire #031948

Color information

#031948 (or 0x031948) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 48. RGB value is (3,25,72). Sum of RGB (Red+Green+Blue) = 3+25+72=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #031948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031948 is #FCE6B7. Grayscale: #171717. Windows color (decimal): -16574136 or 4724995. OLE color: 4724995.

HSL color Cylindrical-coordinate representation of color #031948: hue angle of 220.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031948 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32572-
CMYK0.960.6500.72
HSL220.87º92%14.71%-
HSV(B)220.87º95.83%28.24%-
XYZ1.551.186.28-
YUV23.78155.21113.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 72%
R=3%
G=25%
B=72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal325720.960.6500.72220.879214.71
Hex319486041048dd5cf
Octal331110140101011033513417
Binary1111001100100011000001000001010010001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031948; }

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

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

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

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

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

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

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

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