Html Css Color HEX #031871 Sapphire

📋 copy color: '#031871'

red 3 ◦ green 24 ◦ blue 113

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

Shades of Sapphire #031871

Tints of Sapphire #031871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 2.14%
G = 17.14%
B = 80.71%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031871 (or 0x031871) is known color: Sapphire. HEX triplet: 03, 18 and 71. RGB value is (3,24,113). Sum of RGB (Red+Green+Blue) = 3+24+113=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #031871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031871 is #FCE78E. Grayscale: #1B1B1B. Windows color (decimal): -16574351 or 7411715. OLE color: 7411715.

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

Color convert

RGB 3 24 113 -
CMYK 0.97 0.79 0 0.56
HSL 228.55º 0.95% 0.23% -
HSV(B) 228.55º 0.97% 0.44% -
XYZ 3.34 1.86 15.81 -
YUV 27.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 3 24 113 0.97 0.79 0 0.56 228.55 0.95 0.23
Hex 3 18 71 61 4F 0 38 E5 5F 17
Octal 3 30 161 141 117 0 70 345 137 27
Binary 11 11000 1110001 1100001 1001111 0 111000 11100101 1011111 10111

Color Harmonies of #031871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031871

Black with #031871

Text Example


Text Example

White with #031871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031871; }

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

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

background-color css

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

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

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

border-color css

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

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

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