Html Css Color HEX #031F47 Sapphire

📋 copy color: '#031F47'

red 3 ◦ green 31 ◦ blue 71

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

Shades of Sapphire #031F47

Tints of Sapphire #031F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

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

R = 2.86%
G = 29.52%
B = 67.62%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031F47 (or 0x031F47) is known color: Sapphire. HEX triplet: 03, 1F and 47. RGB value is (3,31,71). Sum of RGB (Red+Green+Blue) = 3+31+71=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #031F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F47 is #FCE0B8. Grayscale: #1A1A1A. Windows color (decimal): -16572601 or 4660995. OLE color: 4660995.

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

Color convert

RGB 3 31 71 -
CMYK 0.96 0.56 0 0.72
HSL 215.29º 0.92% 0.15% -
HSV(B) 215.29º 0.96% 0.28% -
XYZ 1.66 1.45 6.15 -
YUV 27.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 3 31 71 0.96 0.56 0 0.72 215.29 0.92 0.15
Hex 3 1F 47 60 38 0 48 D7 5C F
Octal 3 37 107 140 70 0 110 327 134 17
Binary 11 11111 1000111 1100000 111000 0 1001000 11010111 1011100 1111

Color Harmonies of #031F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F47

Black with #031F47

Text Example


Text Example

White with #031F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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