Html Css Color HEX #05047D Navy

📋 copy color: '#05047D'

red 5 ◦ green 4 ◦ blue 125

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

Shades of Navy #05047D

Tints of Navy #05047D

RGB

 RED value IS 5 (2.34% from 255) = 3.73%

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 125 (49.22% from 255) = 93.28%

R = 3.73%
G = 2.99%
B = 93.28%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05047D (or 0x05047D) is known color: Navy. HEX triplet: 05, 04 and 7D. RGB value is (5,4,125). Sum of RGB (Red+Green+Blue) = 5+4+125=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 125 (49.22% from 255 or 93.28% from 134); Max value from RGB is 125 - color contains mainly: blue. Hex color #05047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05047D is #FAFB82. Grayscale: #111111. Windows color (decimal): -16448387 or 8193029. OLE color: 8193029.

HSL color Cylindrical-coordinate representation of color #05047D: hue angle of 240.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 #05047D is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 4 125 -
CMYK 0.96 0.97 0 0.51
HSL 240.5º 0.94% 0.25% -
HSV(B) 240.5º 0.97% 0.49% -
XYZ 3.81 1.6 19.51 -
YUV 18.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 5 4 125 0.96 0.97 0 0.51 240.5 0.94 0.25
Hex 5 4 7D 60 61 0 33 F0 5E 19
Octal 5 4 175 140 141 0 63 360 136 31
Binary 101 100 1111101 1100000 1100001 0 110011 11110000 1011110 11001

Color Harmonies of #05047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05047D

Black with #05047D

Text Example


Text Example

White with #05047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05047D; }

 p { color: rgb(5,4,125); }

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

background-color css

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

 a { background-color: rgb(5,4,125); }

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

border-color css

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

 span { border-color: rgb(5,4,125); }

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