Html Css Color HEX #031157 Sapphire

📋 copy color: '#031157'

red 3 ◦ green 17 ◦ blue 87

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

Shades of Sapphire #031157

Tints of Sapphire #031157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

 BLUE value IS 87 (34.38% from 255) = 81.31%

R = 2.8%
G = 15.89%
B = 81.31%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031157 (or 0x031157) is known color: Sapphire. HEX triplet: 03, 11 and 57. RGB value is (3,17,87). Sum of RGB (Red+Green+Blue) = 3+17+87=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #031157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031157 is #FCEEA8. Grayscale: #141414. Windows color (decimal): -16576169 or 5705987. OLE color: 5705987.

HSL color Cylindrical-coordinate representation of color #031157: hue angle of 230º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031157 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 17 87 -
CMYK 0.97 0.80 0 0.66
HSL 230º 0.93% 0.18% -
HSV(B) 230º 0.97% 0.34% -
XYZ 1.96 1.11 9.13 -
YUV 20.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 3 17 87 0.97 0.80 0 0.66 230 0.93 0.18
Hex 3 11 57 61 50 0 42 E6 5D 12
Octal 3 21 127 141 120 0 102 346 135 22
Binary 11 10001 1010111 1100001 1010000 0 1000010 11100110 1011101 10010

Color Harmonies of #031157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031157

Black with #031157

Text Example


Text Example

White with #031157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031157; }

 p { color: rgb(3,17,87); }

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

background-color css

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

 a { background-color: rgb(3,17,87); }

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

border-color css

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

 span { border-color: rgb(3,17,87); }

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