Html Css Color HEX #031951 Sapphire

📋 copy color: '#031951'

red 3 ◦ green 25 ◦ blue 81

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

Shades of Sapphire #031951

Tints of Sapphire #031951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

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

R = 2.75%
G = 22.94%
B = 74.31%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031951 (or 0x031951) is known color: Sapphire. HEX triplet: 03, 19 and 51. RGB value is (3,25,81). Sum of RGB (Red+Green+Blue) = 3+25+81=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #031951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031951 is #FCE6AE. Grayscale: #181818. Windows color (decimal): -16574127 or 5314819. OLE color: 5314819.

HSL color Cylindrical-coordinate representation of color #031951: hue angle of 223.08º 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 #031951 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 25 81 -
CMYK 0.96 0.69 0 0.68
HSL 223.08º 0.93% 0.16% -
HSV(B) 223.08º 0.96% 0.32% -
XYZ 1.87 1.31 7.94 -
YUV 24.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 3 25 81 0.96 0.69 0 0.68 223.08 0.93 0.16
Hex 3 19 51 60 45 0 44 DF 5D 10
Octal 3 31 121 140 105 0 104 337 135 20
Binary 11 11001 1010001 1100000 1000101 0 1000100 11011111 1011101 10000

Color Harmonies of #031951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031951

Black with #031951

Text Example


Text Example

White with #031951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031951; }

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

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

background-color css

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

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

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

border-color css

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

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

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