Html Css Color HEX #031E47 Sapphire

📋 copy color: '#031E47'

red 3 ◦ green 30 ◦ blue 71

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

Shades of Sapphire #031E47

Tints of Sapphire #031E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.85%

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

R = 2.88%
G = 28.85%
B = 68.27%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031E47 (or 0x031E47) is known color: Sapphire. HEX triplet: 03, 1E and 47. RGB value is (3,30,71). Sum of RGB (Red+Green+Blue) = 3+30+71=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #031E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E47 is #FCE1B8. Grayscale: #1A1A1A. Windows color (decimal): -16572857 or 4660739. OLE color: 4660739.

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

Color convert

RGB 3 30 71 -
CMYK 0.96 0.58 0 0.72
HSL 216.18º 0.92% 0.15% -
HSV(B) 216.18º 0.96% 0.28% -
XYZ 1.64 1.4 6.15 -
YUV 26.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 3 30 71 0.96 0.58 0 0.72 216.18 0.92 0.15
Hex 3 1E 47 60 3A 0 48 D8 5C F
Octal 3 36 107 140 72 0 110 330 134 17
Binary 11 11110 1000111 1100000 111010 0 1001000 11011000 1011100 1111

Color Harmonies of #031E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E47

Black with #031E47

Text Example


Text Example

White with #031E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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