Html Css Color HEX #031A47 Sapphire

📋 copy color: '#031A47'

red 3 ◦ green 26 ◦ blue 71

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

Shades of Sapphire #031A47

Tints of Sapphire #031A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26%

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

R = 3%
G = 26%
B = 71%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031A47 (or 0x031A47) is known color: Sapphire. HEX triplet: 03, 1A and 47. RGB value is (3,26,71). Sum of RGB (Red+Green+Blue) = 3+26+71=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #031A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A47 is #FCE5B8. Grayscale: #181818. Windows color (decimal): -16573881 or 4659715. OLE color: 4659715.

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

Color convert

RGB 3 26 71 -
CMYK 0.96 0.63 0 0.72
HSL 219.71º 0.92% 0.15% -
HSV(B) 219.71º 0.96% 0.28% -
XYZ 1.54 1.21 6.11 -
YUV 24.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 3 26 71 0.96 0.63 0 0.72 219.71 0.92 0.15
Hex 3 1A 47 60 3F 0 48 DC 5C F
Octal 3 32 107 140 77 0 110 334 134 17
Binary 11 11010 1000111 1100000 111111 0 1001000 11011100 1011100 1111

Color Harmonies of #031A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A47

Black with #031A47

Text Example


Text Example

White with #031A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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