Html Css Color HEX #031A49 Sapphire

📋 copy color: '#031A49'

red 3 ◦ green 26 ◦ blue 73

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

Shades of Sapphire #031A49

Tints of Sapphire #031A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.49%

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

R = 2.94%
G = 25.49%
B = 71.57%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031A49 (or 0x031A49) is known color: Sapphire. HEX triplet: 03, 1A and 49. RGB value is (3,26,73). Sum of RGB (Red+Green+Blue) = 3+26+73=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #031A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A49 is #FCE5B6. Grayscale: #181818. Windows color (decimal): -16573879 or 4790787. OLE color: 4790787.

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

Color convert

RGB 3 26 73 -
CMYK 0.96 0.64 0 0.71
HSL 220.29º 0.92% 0.15% -
HSV(B) 220.29º 0.96% 0.29% -
XYZ 1.61 1.24 6.46 -
YUV 24.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 3 26 73 0.96 0.64 0 0.71 220.29 0.92 0.15
Hex 3 1A 49 60 40 0 47 DC 5C F
Octal 3 32 111 140 100 0 107 334 134 17
Binary 11 11010 1001001 1100000 1000000 0 1000111 11011100 1011100 1111

Color Harmonies of #031A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A49

Black with #031A49

Text Example


Text Example

White with #031A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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