Html Css Color HEX #041083 Navy

📋 copy color: '#041083'

red 4 ◦ green 16 ◦ blue 131

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

Shades of Navy #041083

Tints of Navy #041083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

 BLUE value IS 131 (51.56% from 255) = 86.75%

R = 2.65%
G = 10.6%
B = 86.75%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041083 (or 0x041083) is known color: Navy. HEX triplet: 04, 10 and 83. RGB value is (4,16,131). Sum of RGB (Red+Green+Blue) = 4+16+131=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 131 (51.56% from 255 or 86.75% from 151); Max value from RGB is 131 - color contains mainly: blue. Hex color #041083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041083 is #FBEF7C. Grayscale: #191919. Windows color (decimal): -16510845 or 8589316. OLE color: 8589316.

HSL color Cylindrical-coordinate representation of color #041083: hue angle of 234.33º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041083 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 16 131 -
CMYK 0.97 0.88 0 0.49
HSL 234.33º 0.94% 0.26% -
HSV(B) 234.33º 0.97% 0.51% -
XYZ 4.33 2.04 21.64 -
YUV 25.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 4 16 131 0.97 0.88 0 0.49 234.33 0.94 0.26
Hex 4 10 83 61 58 0 31 EA 5E 1A
Octal 4 20 203 141 130 0 61 352 136 32
Binary 100 10000 10000011 1100001 1011000 0 110001 11101010 1011110 11010

Color Harmonies of #041083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041083

Black with #041083

Text Example


Text Example

White with #041083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041083; }

 p { color: rgb(4,16,131); }

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

background-color css

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

 a { background-color: rgb(4,16,131); }

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

border-color css

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

 span { border-color: rgb(4,16,131); }

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