Html Css Color HEX #04117C Navy

📋 copy color: '#04117C'

red 4 ◦ green 17 ◦ blue 124

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

Shades of Navy #04117C

Tints of Navy #04117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 124 (48.83% from 255) = 85.52%

R = 2.76%
G = 11.72%
B = 85.52%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04117C (or 0x04117C) is known color: Navy. HEX triplet: 04, 11 and 7C. RGB value is (4,17,124). Sum of RGB (Red+Green+Blue) = 4+17+124=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #04117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04117C is #FBEE83. Grayscale: #181818. Windows color (decimal): -16510596 or 8130820. OLE color: 8130820.

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

Color convert

RGB 4 17 124 -
CMYK 0.97 0.86 0 0.51
HSL 233.5º 0.94% 0.25% -
HSV(B) 233.5º 0.97% 0.49% -
XYZ 3.89 1.88 19.23 -
YUV 25.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 4 17 124 0.97 0.86 0 0.51 233.5 0.94 0.25
Hex 4 11 7C 61 56 0 33 EA 5E 19
Octal 4 21 174 141 126 0 63 352 136 31
Binary 100 10001 1111100 1100001 1010110 0 110011 11101010 1011110 11001

Color Harmonies of #04117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04117C

Black with #04117C

Text Example


Text Example

White with #04117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04117C; }

 p { color: rgb(4,17,124); }

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

background-color css

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

 a { background-color: rgb(4,17,124); }

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

border-color css

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

 span { border-color: rgb(4,17,124); }

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