Html Css Color HEX #031D47 Sapphire

📋 copy color: '#031D47'

red 3 ◦ green 29 ◦ blue 71

#031D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #031D47

Tints of Sapphire #031D47

RGB

 RED value IS 3 (1.56% from 255) = 2.91%

 GREEN value IS 29 (11.72% from 255) = 28.16%

 BLUE value IS 71 (28.13% from 255) = 68.93%

R = 2.91%
G = 28.16%
B = 68.93%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031D47 (or 0x031D47) is known color: Sapphire. HEX triplet: 03, 1D and 47. RGB value is (3,29,71). Sum of RGB (Red+Green+Blue) = 3+29+71=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #031D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D47 is #FCE2B8. Grayscale: #191919. Windows color (decimal): -16573113 or 4660483. OLE color: 4660483.

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

Color convert

RGB 3 29 71 -
CMYK 0.96 0.59 0 0.72
HSL 217.06º 0.92% 0.15% -
HSV(B) 217.06º 0.96% 0.28% -
XYZ 1.61 1.35 6.14 -
YUV 26.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 3 29 71 0.96 0.59 0 0.72 217.06 0.92 0.15
Hex 3 1D 47 60 3B 0 48 D9 5C F
Octal 3 35 107 140 73 0 110 331 134 17
Binary 11 11101 1000111 1100000 111011 0 1001000 11011001 1011100 1111

Color Harmonies of #031D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D47

Black with #031D47

Text Example


Text Example

White with #031D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #031D47;
 }
 .AnyTagClassName
 {
   color: #031D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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