Html Css Color HEX #04147C Navy

📋 copy color: '#04147C'

red 4 ◦ green 20 ◦ blue 124

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

Shades of Navy #04147C

Tints of Navy #04147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 2.7%
G = 13.51%
B = 83.78%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04147C (or 0x04147C) is known color: Navy. HEX triplet: 04, 14 and 7C. RGB value is (4,20,124). Sum of RGB (Red+Green+Blue) = 4+20+124=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #04147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147C is #FBEB83. Grayscale: #1A1A1A. Windows color (decimal): -16509828 or 8131588. OLE color: 8131588.

HSL color Cylindrical-coordinate representation of color #04147C: hue angle of 232º 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 #04147C is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 20 124 -
CMYK 0.97 0.84 0 0.51
HSL 232º 0.94% 0.25% -
HSV(B) 232º 0.97% 0.49% -
XYZ 3.94 1.98 19.24 -
YUV 27.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 4 20 124 0.97 0.84 0 0.51 232 0.94 0.25
Hex 4 14 7C 61 54 0 33 E8 5E 19
Octal 4 24 174 141 124 0 63 350 136 31
Binary 100 10100 1111100 1100001 1010100 0 110011 11101000 1011110 11001

Color Harmonies of #04147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04147C

Black with #04147C

Text Example


Text Example

White with #04147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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