Html Css Color HEX #031779 Sapphire

📋 copy color: '#031779'

red 3 ◦ green 23 ◦ blue 121

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

Shades of Sapphire #031779

Tints of Sapphire #031779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 121 (47.66% from 255) = 82.31%

R = 2.04%
G = 15.65%
B = 82.31%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031779 (or 0x031779) is known color: Sapphire. HEX triplet: 03, 17 and 79. RGB value is (3,23,121). Sum of RGB (Red+Green+Blue) = 3+23+121=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #031779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031779 is #FCE886. Grayscale: #1B1B1B. Windows color (decimal): -16574599 or 7935747. OLE color: 7935747.

HSL color Cylindrical-coordinate representation of color #031779: hue angle of 229.83º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031779 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 23 121 -
CMYK 0.98 0.81 0 0.53
HSL 229.83º 0.95% 0.24% -
HSV(B) 229.83º 0.98% 0.47% -
XYZ 3.8 2.01 18.28 -
YUV 28.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 3 23 121 0.98 0.81 0 0.53 229.83 0.95 0.24
Hex 3 17 79 62 51 0 35 E6 5F 18
Octal 3 27 171 142 121 0 65 346 137 30
Binary 11 10111 1111001 1100010 1010001 0 110101 11100110 1011111 11000

Color Harmonies of #031779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031779

Black with #031779

Text Example


Text Example

White with #031779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031779; }

 p { color: rgb(3,23,121); }

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

background-color css

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

 a { background-color: rgb(3,23,121); }

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

border-color css

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

 span { border-color: rgb(3,23,121); }

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