Html Css Color HEX #031571 Sapphire

📋 copy color: '#031571'

red 3 ◦ green 21 ◦ blue 113

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

Shades of Sapphire #031571

Tints of Sapphire #031571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

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

R = 2.19%
G = 15.33%
B = 82.48%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031571 (or 0x031571) is known color: Sapphire. HEX triplet: 03, 15 and 71. RGB value is (3,21,113). Sum of RGB (Red+Green+Blue) = 3+21+113=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #031571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031571 is #FCEA8E. Grayscale: #191919. Windows color (decimal): -16575119 or 7410947. OLE color: 7410947.

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

Color convert

RGB 3 21 113 -
CMYK 0.97 0.81 0 0.56
HSL 230.18º 0.95% 0.23% -
HSV(B) 230.18º 0.97% 0.44% -
XYZ 3.29 1.75 15.79 -
YUV 26.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 3 21 113 0.97 0.81 0 0.56 230.18 0.95 0.23
Hex 3 15 71 61 51 0 38 E6 5F 17
Octal 3 25 161 141 121 0 70 346 137 27
Binary 11 10101 1110001 1100001 1010001 0 111000 11100110 1011111 10111

Color Harmonies of #031571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031571

Black with #031571

Text Example


Text Example

White with #031571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031571; }

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

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

background-color css

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

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

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

border-color css

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

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

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