Html Css Color HEX #031249 Sapphire

📋 copy color: '#031249'

red 3 ◦ green 18 ◦ blue 73

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

Shades of Sapphire #031249

Tints of Sapphire #031249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 3.19%
G = 19.15%
B = 77.66%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031249 (or 0x031249) is known color: Sapphire. HEX triplet: 03, 12 and 49. RGB value is (3,18,73). Sum of RGB (Red+Green+Blue) = 3+18+73=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #031249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031249 is #FCEDB6. Grayscale: #131313. Windows color (decimal): -16575927 or 4788739. OLE color: 4788739.

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

Color convert

RGB 3 18 73 -
CMYK 0.96 0.75 0 0.71
HSL 227.14º 0.92% 0.15% -
HSV(B) 227.14º 0.96% 0.29% -
XYZ 1.46 0.93 6.41 -
YUV 19.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 3 18 73 0.96 0.75 0 0.71 227.14 0.92 0.15
Hex 3 12 49 60 4B 0 47 E3 5C F
Octal 3 22 111 140 113 0 107 343 134 17
Binary 11 10010 1001001 1100000 1001011 0 1000111 11100011 1011100 1111

Color Harmonies of #031249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031249

Black with #031249

Text Example


Text Example

White with #031249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031249; }

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

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

background-color css

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

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

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

border-color css

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

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

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