Html Css Color HEX #031971 Sapphire

📋 copy color: '#031971'

red 3 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #031971

Tints of Sapphire #031971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 2.13%
G = 17.73%
B = 80.14%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031971 (or 0x031971) is known color: Sapphire. HEX triplet: 03, 19 and 71. RGB value is (3,25,113). Sum of RGB (Red+Green+Blue) = 3+25+113=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #031971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031971 is #FCE68E. Grayscale: #1C1C1C. Windows color (decimal): -16574095 or 7411971. OLE color: 7411971.

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

Color convert

RGB 3 25 113 -
CMYK 0.97 0.78 0 0.56
HSL 228º 0.95% 0.23% -
HSV(B) 228º 0.97% 0.44% -
XYZ 3.37 1.91 15.81 -
YUV 28.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 3 25 113 0.97 0.78 0 0.56 228 0.95 0.23
Hex 3 19 71 61 4E 0 38 E4 5F 17
Octal 3 31 161 141 116 0 70 344 137 27
Binary 11 11001 1110001 1100001 1001110 0 111000 11100100 1011111 10111

Color Harmonies of #031971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031971

Black with #031971

Text Example


Text Example

White with #031971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031971; }

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

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

background-color css

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

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

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

border-color css

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

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

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