Html Css Color HEX #031557 Sapphire

📋 copy color: '#031557'

red 3 ◦ green 21 ◦ blue 87

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

Shades of Sapphire #031557

Tints of Sapphire #031557

RGB

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

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

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

R = 2.7%
G = 18.92%
B = 78.38%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031557 (or 0x031557) is known color: Sapphire. HEX triplet: 03, 15 and 57. RGB value is (3,21,87). Sum of RGB (Red+Green+Blue) = 3+21+87=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #031557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031557 is #FCEAA8. Grayscale: #161616. Windows color (decimal): -16575145 or 5707011. OLE color: 5707011.

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

Color convert

RGB 3 21 87 -
CMYK 0.97 0.76 0 0.66
HSL 227.14º 0.93% 0.18% -
HSV(B) 227.14º 0.97% 0.34% -
XYZ 2.03 1.24 9.15 -
YUV 23.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 3 21 87 0.97 0.76 0 0.66 227.14 0.93 0.18
Hex 3 15 57 61 4C 0 42 E3 5D 12
Octal 3 25 127 141 114 0 102 343 135 22
Binary 11 10101 1010111 1100001 1001100 0 1000010 11100011 1011101 10010

Color Harmonies of #031557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031557

Black with #031557

Text Example


Text Example

White with #031557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031557; }

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

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

background-color css

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

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

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

border-color css

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

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

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