Html Css Color HEX #031D5F Sapphire

📋 copy color: '#031D5F'

red 3 ◦ green 29 ◦ blue 95

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

Shades of Sapphire #031D5F

Tints of Sapphire #031D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 74.8%

R = 2.36%
G = 22.83%
B = 74.8%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#031D5F (or 0x031D5F) is known color: Sapphire. HEX triplet: 03, 1D and 5F. RGB value is (3,29,95). Sum of RGB (Red+Green+Blue) = 3+29+95=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #031D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D5F is #FCE2A0. Grayscale: #1C1C1C. Windows color (decimal): -16573089 or 6233347. OLE color: 6233347.

HSL color Cylindrical-coordinate representation of color #031D5F: hue angle of 223.04º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D5F is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 29 95 -
CMYK 0.97 0.69 0 0.63
HSL 223.04º 0.94% 0.19% -
HSV(B) 223.04º 0.97% 0.37% -
XYZ 2.54 1.72 11.03 -
YUV 28.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 3 29 95 0.97 0.69 0 0.63 223.04 0.94 0.19
Hex 3 1D 5F 61 45 0 3F DF 5E 13
Octal 3 35 137 141 105 0 77 337 136 23
Binary 11 11101 1011111 1100001 1000101 0 111111 11011111 1011110 10011

Color Harmonies of #031D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D5F

Black with #031D5F

Text Example


Text Example

White with #031D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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