Html Css Color HEX #031949 Sapphire

📋 copy color: '#031949'

red 3 ◦ green 25 ◦ blue 73

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

Shades of Sapphire #031949

Tints of Sapphire #031949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 72.28%

R = 2.97%
G = 24.75%
B = 72.28%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031949 (or 0x031949) is known color: Sapphire. HEX triplet: 03, 19 and 49. RGB value is (3,25,73). Sum of RGB (Red+Green+Blue) = 3+25+73=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #031949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031949 is #FCE6B6. Grayscale: #171717. Windows color (decimal): -16574135 or 4790531. OLE color: 4790531.

HSL color Cylindrical-coordinate representation of color #031949: hue angle of 221.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031949 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 25 73 -
CMYK 0.96 0.66 0 0.71
HSL 221.14º 0.92% 0.15% -
HSV(B) 221.14º 0.96% 0.29% -
XYZ 1.59 1.2 6.45 -
YUV 23.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 3 25 73 0.96 0.66 0 0.71 221.14 0.92 0.15
Hex 3 19 49 60 42 0 47 DD 5C F
Octal 3 31 111 140 102 0 107 335 134 17
Binary 11 11001 1001001 1100000 1000010 0 1000111 11011101 1011100 1111

Color Harmonies of #031949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031949

Black with #031949

Text Example


Text Example

White with #031949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031949; }

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

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

background-color css

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

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

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

border-color css

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

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

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