#031D5B

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

Shades of Sapphire #031D5B

Tints of Sapphire #031D5B

Color information

#031D5B (or 0x031D5B) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 5B. RGB value is (3,29,91). Sum of RGB (Red+Green+Blue) = 3+29+91=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #031D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D5B is #FCE2A4. Grayscale: #1C1C1C. Windows color (decimal): -16573093 or 5971203. OLE color: 5971203.

HSL color Cylindrical-coordinate representation of color #031D5B: hue angle of 222.27º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D5B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32991-
CMYK0.970.6800.64
HSL222.27º93.62%18.43%-
HSV(B)222.27º96.7%35.69%-
XYZ2.371.6510.09-
YUV28.29163.39109.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=2.44%
G=23.58%
B=73.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal329910.970.6800.64222.2793.6218.43
Hex31D5B6144040de5e12
Octal335133141104010033613622
Binary11111011011011110000110001000100000011011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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