Html Css Color HEX #031457 Sapphire

📋 copy color: '#031457'

red 3 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #031457

Tints of Sapphire #031457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 2.73%
G = 18.18%
B = 79.09%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031457 (or 0x031457) is known color: Sapphire. HEX triplet: 03, 14 and 57. RGB value is (3,20,87). Sum of RGB (Red+Green+Blue) = 3+20+87=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #031457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031457 is #FCEBA8. Grayscale: #161616. Windows color (decimal): -16575401 or 5706755. OLE color: 5706755.

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

Color convert

RGB 3 20 87 -
CMYK 0.97 0.77 0 0.66
HSL 227.86º 0.93% 0.18% -
HSV(B) 227.86º 0.97% 0.34% -
XYZ 2.01 1.21 9.14 -
YUV 22.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 3 20 87 0.97 0.77 0 0.66 227.86 0.93 0.18
Hex 3 14 57 61 4D 0 42 E4 5D 12
Octal 3 24 127 141 115 0 102 344 135 22
Binary 11 10100 1010111 1100001 1001101 0 1000010 11100100 1011101 10010

Color Harmonies of #031457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031457

Black with #031457

Text Example


Text Example

White with #031457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031457; }

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

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

background-color css

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

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

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

border-color css

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

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

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