Html Css Color HEX #031D51 Sapphire

📋 copy color: '#031D51'

red 3 ◦ green 29 ◦ blue 81

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

Shades of Sapphire #031D51

Tints of Sapphire #031D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 71.68%

R = 2.65%
G = 25.66%
B = 71.68%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031D51 (or 0x031D51) is known color: Sapphire. HEX triplet: 03, 1D and 51. RGB value is (3,29,81). Sum of RGB (Red+Green+Blue) = 3+29+81=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #031D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D51 is #FCE2AE. Grayscale: #1A1A1A. Windows color (decimal): -16573103 or 5315843. OLE color: 5315843.

HSL color Cylindrical-coordinate representation of color #031D51: hue angle of 220º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D51 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 29 81 -
CMYK 0.96 0.64 0 0.68
HSL 220º 0.93% 0.16% -
HSV(B) 220º 0.96% 0.32% -
XYZ 1.96 1.49 7.97 -
YUV 27.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 3 29 81 0.96 0.64 0 0.68 220 0.93 0.16
Hex 3 1D 51 60 40 0 44 DC 5D 10
Octal 3 35 121 140 100 0 104 334 135 20
Binary 11 11101 1010001 1100000 1000000 0 1000100 11011100 1011101 10000

Color Harmonies of #031D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D51

Black with #031D51

Text Example


Text Example

White with #031D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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