Html Css Color HEX #05117D Navy

📋 copy color: '#05117D'

red 5 ◦ green 17 ◦ blue 125

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

Shades of Navy #05117D

Tints of Navy #05117D

RGB

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

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

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

R = 3.4%
G = 11.56%
B = 85.03%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05117D (or 0x05117D) is known color: Navy. HEX triplet: 05, 11 and 7D. RGB value is (5,17,125). Sum of RGB (Red+Green+Blue) = 5+17+125=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #05117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117D is #FAEE82. Grayscale: #191919. Windows color (decimal): -16445059 or 8196357. OLE color: 8196357.

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

Color convert

RGB 5 17 125 -
CMYK 0.96 0.86 0 0.51
HSL 234º 0.92% 0.25% -
HSV(B) 234º 0.96% 0.49% -
XYZ 3.96 1.91 19.56 -
YUV 25.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 5 17 125 0.96 0.86 0 0.51 234 0.92 0.25
Hex 5 11 7D 60 56 0 33 EA 5C 19
Octal 5 21 175 140 126 0 63 352 134 31
Binary 101 10001 1111101 1100000 1010110 0 110011 11101010 1011100 11001

Color Harmonies of #05117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05117D

Black with #05117D

Text Example


Text Example

White with #05117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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