Html Css Color HEX #031357 Sapphire

📋 copy color: '#031357'

red 3 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #031357

Tints of Sapphire #031357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 2.75%
G = 17.43%
B = 79.82%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031357 (or 0x031357) is known color: Sapphire. HEX triplet: 03, 13 and 57. RGB value is (3,19,87). Sum of RGB (Red+Green+Blue) = 3+19+87=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #031357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031357 is #FCECA8. Grayscale: #151515. Windows color (decimal): -16575657 or 5706499. OLE color: 5706499.

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

Color convert

RGB 3 19 87 -
CMYK 0.97 0.78 0 0.66
HSL 228.57º 0.93% 0.18% -
HSV(B) 228.57º 0.97% 0.34% -
XYZ 1.99 1.17 9.14 -
YUV 21.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 3 19 87 0.97 0.78 0 0.66 228.57 0.93 0.18
Hex 3 13 57 61 4E 0 42 E5 5D 12
Octal 3 23 127 141 116 0 102 345 135 22
Binary 11 10011 1010111 1100001 1001110 0 1000010 11100101 1011101 10010

Color Harmonies of #031357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031357

Black with #031357

Text Example


Text Example

White with #031357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031357; }

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

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

background-color css

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

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

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

border-color css

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

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

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