Html Css Color HEX #041275 Navy

📋 copy color: '#041275'

red 4 ◦ green 18 ◦ blue 117

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

Shades of Navy #041275

Tints of Navy #041275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 2.88%
G = 12.95%
B = 84.17%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#041275 (or 0x041275) is known color: Navy. HEX triplet: 04, 12 and 75. RGB value is (4,18,117). Sum of RGB (Red+Green+Blue) = 4+18+117=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #041275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041275 is #FBED8A. Grayscale: #181818. Windows color (decimal): -16510347 or 7672324. OLE color: 7672324.

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

Color convert

RGB 4 18 117 -
CMYK 0.97 0.85 0 0.54
HSL 232.57º 0.93% 0.24% -
HSV(B) 232.57º 0.97% 0.46% -
XYZ 3.48 1.74 16.98 -
YUV 25.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 4 18 117 0.97 0.85 0 0.54 232.57 0.93 0.24
Hex 4 12 75 61 55 0 36 E9 5D 18
Octal 4 22 165 141 125 0 66 351 135 30
Binary 100 10010 1110101 1100001 1010101 0 110110 11101001 1011101 11000

Color Harmonies of #041275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041275

Black with #041275

Text Example


Text Example

White with #041275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041275; }

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

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

background-color css

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

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

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

border-color css

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

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

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