#031D53

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

Shades of Sapphire #031D53

Tints of Sapphire #031D53

Color information

#031D53 (or 0x031D53) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 53. RGB value is (3,29,83). Sum of RGB (Red+Green+Blue) = 3+29+83=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #031D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D53 is #FCE2AC. Grayscale: #1B1B1B. Windows color (decimal): -16573101 or 5446915. OLE color: 5446915.

HSL color Cylindrical-coordinate representation of color #031D53: hue angle of 220.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D53 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32983-
CMYK0.960.6500.67
HSL220.5º93.02%16.86%-
HSV(B)220.5º96.39%32.55%-
XYZ2.041.528.37-
YUV27.38159.39110.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=2.61%
G=25.22%
B=72.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal329830.960.6500.67220.593.0216.86
Hex31D536041043dc5d11
Octal335123140101010333413521
Binary11111011010011110000010000010100001111011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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