Html Css Color HEX #031D57 Sapphire

📋 copy color: '#031D57'

red 3 ◦ green 29 ◦ blue 87

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

Shades of Sapphire #031D57

Tints of Sapphire #031D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.37%

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

R = 2.52%
G = 24.37%
B = 73.11%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031D57 (or 0x031D57) is known color: Sapphire. HEX triplet: 03, 1D and 57. RGB value is (3,29,87). Sum of RGB (Red+Green+Blue) = 3+29+87=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #031D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D57 is #FCE2A8. Grayscale: #1B1B1B. Windows color (decimal): -16573097 or 5709059. OLE color: 5709059.

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

Color convert

RGB 3 29 87 -
CMYK 0.97 0.67 0 0.66
HSL 221.43º 0.93% 0.18% -
HSV(B) 221.43º 0.97% 0.34% -
XYZ 2.2 1.59 9.21 -
YUV 27.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 3 29 87 0.97 0.67 0 0.66 221.43 0.93 0.18
Hex 3 1D 57 61 43 0 42 DD 5D 12
Octal 3 35 127 141 103 0 102 335 135 22
Binary 11 11101 1010111 1100001 1000011 0 1000010 11011101 1011101 10010

Color Harmonies of #031D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D57

Black with #031D57

Text Example


Text Example

White with #031D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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