Html Css Color HEX #041285 Navy

📋 copy color: '#041285'

red 4 ◦ green 18 ◦ blue 133

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

Shades of Navy #041285

Tints of Navy #041285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 85.81%

R = 2.58%
G = 11.61%
B = 85.81%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#041285 (or 0x041285) is known color: Navy. HEX triplet: 04, 12 and 85. RGB value is (4,18,133). Sum of RGB (Red+Green+Blue) = 4+18+133=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #041285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041285 is #FBED7A. Grayscale: #1A1A1A. Windows color (decimal): -16510331 or 8720900. OLE color: 8720900.

HSL color Cylindrical-coordinate representation of color #041285: hue angle of 233.49º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041285 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 18 133 -
CMYK 0.97 0.86 0 0.48
HSL 233.49º 0.94% 0.27% -
HSV(B) 233.49º 0.97% 0.52% -
XYZ 4.5 2.15 22.37 -
YUV 26.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 4 18 133 0.97 0.86 0 0.48 233.49 0.94 0.27
Hex 4 12 85 61 56 0 30 E9 5E 1B
Octal 4 22 205 141 126 0 60 351 136 33
Binary 100 10010 10000101 1100001 1010110 0 110000 11101001 1011110 11011

Color Harmonies of #041285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041285

Black with #041285

Text Example


Text Example

White with #041285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041285; }

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

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

background-color css

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

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

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

border-color css

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

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

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