Html Css Color HEX #05057D Navy

📋 copy color: '#05057D'

red 5 ◦ green 5 ◦ blue 125

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

Shades of Navy #05057D

Tints of Navy #05057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 3.7%
G = 3.7%
B = 92.59%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05057D (or 0x05057D) is known color: Navy. HEX triplet: 05, 05 and 7D. RGB value is (5,5,125). Sum of RGB (Red+Green+Blue) = 5+5+125=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 125 (49.22% from 255 or 92.59% from 135); Max value from RGB is 125 - color contains mainly: blue. Hex color #05057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05057D is #FAFA82. Grayscale: #121212. Windows color (decimal): -16448131 or 8193285. OLE color: 8193285.

HSL color Cylindrical-coordinate representation of color #05057D: hue angle of 240º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05057D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 5 125 -
CMYK 0.96 0.96 0 0.51
HSL 240º 0.92% 0.25% -
HSV(B) 240º 0.96% 0.49% -
XYZ 3.82 1.62 19.51 -
YUV 18.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 5 5 125 0.96 0.96 0 0.51 240 0.92 0.25
Hex 5 5 7D 60 60 0 33 F0 5C 19
Octal 5 5 175 140 140 0 63 360 134 31
Binary 101 101 1111101 1100000 1100000 0 110011 11110000 1011100 11001

Color Harmonies of #05057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05057D

Black with #05057D

Text Example


Text Example

White with #05057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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