Html Css Color HEX #041277 Navy

📋 copy color: '#041277'

red 4 ◦ green 18 ◦ blue 119

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

Shades of Navy #041277

Tints of Navy #041277

RGB

 RED value IS 4 (1.95% from 255) = 2.84%

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

 BLUE value IS 119 (46.88% from 255) = 84.4%

R = 2.84%
G = 12.77%
B = 84.4%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#041277 (or 0x041277) is known color: Navy. HEX triplet: 04, 12 and 77. RGB value is (4,18,119). Sum of RGB (Red+Green+Blue) = 4+18+119=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #041277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041277 is #FBED88. Grayscale: #181818. Windows color (decimal): -16510345 or 7803396. OLE color: 7803396.

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

Color convert

RGB 4 18 119 -
CMYK 0.97 0.85 0 0.53
HSL 232.7º 0.93% 0.24% -
HSV(B) 232.7º 0.97% 0.47% -
XYZ 3.6 1.79 17.61 -
YUV 25.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 4 18 119 0.97 0.85 0 0.53 232.7 0.93 0.24
Hex 4 12 77 61 55 0 35 E9 5D 18
Octal 4 22 167 141 125 0 65 351 135 30
Binary 100 10010 1110111 1100001 1010101 0 110101 11101001 1011101 11000

Color Harmonies of #041277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041277

Black with #041277

Text Example


Text Example

White with #041277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041277; }

 p { color: rgb(4,18,119); }

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

background-color css

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

 a { background-color: rgb(4,18,119); }

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

border-color css

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

 span { border-color: rgb(4,18,119); }

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