#031D48

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

Shades of Sapphire #031D48

Tints of Sapphire #031D48

Color information

#031D48 (or 0x031D48) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 48. RGB value is (3,29,72). Sum of RGB (Red+Green+Blue) = 3+29+72=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #031D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D48 is #FCE2B7. Grayscale: #191919. Windows color (decimal): -16573112 or 4726019. OLE color: 4726019.

HSL color Cylindrical-coordinate representation of color #031D48: hue angle of 217.39º 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 #031D48 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32972-
CMYK0.960.6000.72
HSL217.39º92%14.71%-
HSV(B)217.39º95.83%28.24%-
XYZ1.651.376.31-
YUV26.13153.89111.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=2.88%
G=27.88%
B=69.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal329720.960.6000.72217.399214.71
Hex31D48603C048d95cf
Octal33511014074011033113417
Binary111110110010001100000111100010010001101100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D48; }

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

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

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

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

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

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

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

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