Html Css Color HEX #031049 Sapphire

📋 copy color: '#031049'

red 3 ◦ green 16 ◦ blue 73

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

Shades of Sapphire #031049

Tints of Sapphire #031049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.39%

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

R = 3.26%
G = 17.39%
B = 79.35%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031049 (or 0x031049) is known color: Sapphire. HEX triplet: 03, 10 and 49. RGB value is (3,16,73). Sum of RGB (Red+Green+Blue) = 3+16+73=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #031049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031049 is #FCEFB6. Grayscale: #121212. Windows color (decimal): -16576439 or 4788227. OLE color: 4788227.

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

Color convert

RGB 3 16 73 -
CMYK 0.96 0.78 0 0.71
HSL 228.86º 0.92% 0.15% -
HSV(B) 228.86º 0.96% 0.29% -
XYZ 1.43 0.87 6.4 -
YUV 18.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 3 16 73 0.96 0.78 0 0.71 228.86 0.92 0.15
Hex 3 10 49 60 4E 0 47 E5 5C F
Octal 3 20 111 140 116 0 107 345 134 17
Binary 11 10000 1001001 1100000 1001110 0 1000111 11100101 1011100 1111

Color Harmonies of #031049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031049

Black with #031049

Text Example


Text Example

White with #031049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031049; }

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

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

background-color css

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

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

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

border-color css

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

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

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