Html Css Color HEX #031D71 Sapphire

📋 copy color: '#031D71'

red 3 ◦ green 29 ◦ blue 113

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

Shades of Sapphire #031D71

Tints of Sapphire #031D71

RGB

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

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

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

R = 2.07%
G = 20%
B = 77.93%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031D71 (or 0x031D71) is known color: Sapphire. HEX triplet: 03, 1D and 71. RGB value is (3,29,113). Sum of RGB (Red+Green+Blue) = 3+29+113=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #031D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D71 is #FCE28E. Grayscale: #1E1E1E. Windows color (decimal): -16573071 or 7412995. OLE color: 7412995.

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

Color convert

RGB 3 29 113 -
CMYK 0.97 0.74 0 0.56
HSL 225.82º 0.95% 0.23% -
HSV(B) 225.82º 0.97% 0.44% -
XYZ 3.46 2.09 15.84 -
YUV 30.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 3 29 113 0.97 0.74 0 0.56 225.82 0.95 0.23
Hex 3 1D 71 61 4A 0 38 E2 5F 17
Octal 3 35 161 141 112 0 70 342 137 27
Binary 11 11101 1110001 1100001 1001010 0 111000 11100010 1011111 10111

Color Harmonies of #031D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D71

Black with #031D71

Text Example


Text Example

White with #031D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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