Html Css Color HEX #031A71 Sapphire

📋 copy color: '#031A71'

red 3 ◦ green 26 ◦ blue 113

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

Shades of Sapphire #031A71

Tints of Sapphire #031A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 79.58%

R = 2.11%
G = 18.31%
B = 79.58%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031A71 (or 0x031A71) is known color: Sapphire. HEX triplet: 03, 1A and 71. RGB value is (3,26,113). Sum of RGB (Red+Green+Blue) = 3+26+113=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #031A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A71 is #FCE58E. Grayscale: #1C1C1C. Windows color (decimal): -16573839 or 7412227. OLE color: 7412227.

HSL color Cylindrical-coordinate representation of color #031A71: hue angle of 227.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A71 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 26 113 -
CMYK 0.97 0.77 0 0.56
HSL 227.45º 0.95% 0.23% -
HSV(B) 227.45º 0.97% 0.44% -
XYZ 3.39 1.95 15.82 -
YUV 29.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 3 26 113 0.97 0.77 0 0.56 227.45 0.95 0.23
Hex 3 1A 71 61 4D 0 38 E3 5F 17
Octal 3 32 161 141 115 0 70 343 137 27
Binary 11 11010 1110001 1100001 1001101 0 111000 11100011 1011111 10111

Color Harmonies of #031A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A71

Black with #031A71

Text Example


Text Example

White with #031A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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