Html Css Color HEX #031349 Sapphire

📋 copy color: '#031349'

red 3 ◦ green 19 ◦ blue 73

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

Shades of Sapphire #031349

Tints of Sapphire #031349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 3.16%
G = 20%
B = 76.84%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031349 (or 0x031349) is known color: Sapphire. HEX triplet: 03, 13 and 49. RGB value is (3,19,73). Sum of RGB (Red+Green+Blue) = 3+19+73=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #031349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031349 is #FCECB6. Grayscale: #141414. Windows color (decimal): -16575671 or 4788995. OLE color: 4788995.

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

Color convert

RGB 3 19 73 -
CMYK 0.96 0.74 0 0.71
HSL 226.29º 0.92% 0.15% -
HSV(B) 226.29º 0.96% 0.29% -
XYZ 1.47 0.97 6.41 -
YUV 20.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 3 19 73 0.96 0.74 0 0.71 226.29 0.92 0.15
Hex 3 13 49 60 4A 0 47 E2 5C F
Octal 3 23 111 140 112 0 107 342 134 17
Binary 11 10011 1001001 1100000 1001010 0 1000111 11100010 1011100 1111

Color Harmonies of #031349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031349

Black with #031349

Text Example


Text Example

White with #031349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031349; }

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

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

background-color css

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

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

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

border-color css

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

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

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