#041375

Color #041375 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #041375

Tints of Navy #041375

Color information

#041375 (or 0x041375) is unknown color: approx Navy. HEX triplet: 04, 13 and 75. RGB value is (4,19,117). Sum of RGB (Red+Green+Blue) = 4+19+117=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #041375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041375 is #FBEC8A. Grayscale: #191919. Windows color (decimal): -16510091 or 7672580. OLE color: 7672580.

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

Color convert

RGB419117-
CMYK0.970.8400.54
HSL232.04º93.39%23.73%-
HSV(B)232.04º96.58%45.88%-
XYZ3.491.7816.99-
YUV25.69179.53112.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=2.86%
G=13.57%
B=83.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4191170.970.8400.54232.0493.3923.73
Hex413756154036e85d18
Octal42316514112406635013530
Binary10010011111010111000011010100011011011101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041375; }

 p { color: rgb(4,19,117); }

 H1.HeaderClassName
 {
   color: #041375;
 }
 .AnyTagClassName
 {
   color: #041375;
 }
</style>
background-color css

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

 a { background-color: rgb(4,19,117); }

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

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

 span { border-color: rgb(4,19,117); }

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