#031D4A

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

Shades of Sapphire #031D4A

Tints of Sapphire #031D4A

Color information

#031D4A (or 0x031D4A) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 4A. RGB value is (3,29,74). Sum of RGB (Red+Green+Blue) = 3+29+74=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #031D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D4A is #FCE2B5. Grayscale: #1A1A1A. Windows color (decimal): -16573110 or 4857091. OLE color: 4857091.

HSL color Cylindrical-coordinate representation of color #031D4A: hue angle of 218.03º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D4A is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32974-
CMYK0.960.6100.71
HSL218.03º92.21%15.1%-
HSV(B)218.03º95.95%29.02%-
XYZ1.711.396.66-
YUV26.36154.89111.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 74 (29.30% from 255) = 69.81%
R=2.83%
G=27.36%
B=69.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal329740.960.6100.71218.0392.2115.1
Hex31D4A603D047da5cf
Octal33511214075010733213417
Binary111110110010101100000111101010001111101101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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