Html Css Color HEX #05177D Navy

📋 copy color: '#05177D'

red 5 ◦ green 23 ◦ blue 125

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

Shades of Navy #05177D

Tints of Navy #05177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 3.27%
G = 15.03%
B = 81.7%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05177D (or 0x05177D) is known color: Navy. HEX triplet: 05, 17 and 7D. RGB value is (5,23,125). Sum of RGB (Red+Green+Blue) = 5+23+125=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #05177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05177D is #FAE882. Grayscale: #1C1C1C. Windows color (decimal): -16443523 or 8197893. OLE color: 8197893.

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

Color convert

RGB 5 23 125 -
CMYK 0.96 0.82 0 0.51
HSL 231º 0.92% 0.25% -
HSV(B) 231º 0.96% 0.49% -
XYZ 4.07 2.13 19.6 -
YUV 29.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 5 23 125 0.96 0.82 0 0.51 231 0.92 0.25
Hex 5 17 7D 60 52 0 33 E7 5C 19
Octal 5 27 175 140 122 0 63 347 134 31
Binary 101 10111 1111101 1100000 1010010 0 110011 11100111 1011100 11001

Color Harmonies of #05177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05177D

Black with #05177D

Text Example


Text Example

White with #05177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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