Html Css Color HEX #031757 Sapphire

📋 copy color: '#031757'

red 3 ◦ green 23 ◦ blue 87

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

Shades of Sapphire #031757

Tints of Sapphire #031757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 2.65%
G = 20.35%
B = 76.99%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031757 (or 0x031757) is known color: Sapphire. HEX triplet: 03, 17 and 57. RGB value is (3,23,87). Sum of RGB (Red+Green+Blue) = 3+23+87=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #031757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031757 is #FCE8A8. Grayscale: #181818. Windows color (decimal): -16574633 or 5707523. OLE color: 5707523.

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

Color convert

RGB 3 23 87 -
CMYK 0.97 0.74 0 0.66
HSL 225.71º 0.93% 0.18% -
HSV(B) 225.71º 0.97% 0.34% -
XYZ 2.06 1.32 9.16 -
YUV 24.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 3 23 87 0.97 0.74 0 0.66 225.71 0.93 0.18
Hex 3 17 57 61 4A 0 42 E2 5D 12
Octal 3 27 127 141 112 0 102 342 135 22
Binary 11 10111 1010111 1100001 1001010 0 1000010 11100010 1011101 10010

Color Harmonies of #031757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031757

Black with #031757

Text Example


Text Example

White with #031757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031757; }

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

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

background-color css

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

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

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

border-color css

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

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

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