Html Css Color HEX #031279 Navy

📋 copy color: '#031279'

red 3 ◦ green 18 ◦ blue 121

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

Shades of Navy #031279

Tints of Navy #031279

RGB

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

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

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

R = 2.11%
G = 12.68%
B = 85.21%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031279 (or 0x031279) is known color: Navy. HEX triplet: 03, 12 and 79. RGB value is (3,18,121). Sum of RGB (Red+Green+Blue) = 3+18+121=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #031279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031279 is #FCED86. Grayscale: #181818. Windows color (decimal): -16575879 or 7934467. OLE color: 7934467.

HSL color Cylindrical-coordinate representation of color #031279: hue angle of 232.37º 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 #031279 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 18 121 -
CMYK 0.98 0.85 0 0.53
HSL 232.37º 0.95% 0.24% -
HSV(B) 232.37º 0.98% 0.47% -
XYZ 3.71 1.83 18.25 -
YUV 25.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 3 18 121 0.98 0.85 0 0.53 232.37 0.95 0.24
Hex 3 12 79 62 55 0 35 E8 5F 18
Octal 3 22 171 142 125 0 65 350 137 30
Binary 11 10010 1111001 1100010 1010101 0 110101 11101000 1011111 11000

Color Harmonies of #031279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031279

Black with #031279

Text Example


Text Example

White with #031279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031279; }

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

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

background-color css

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

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

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

border-color css

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

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

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