Html Css Color HEX #05117A Navy

📋 copy color: '#05117A'

red 5 ◦ green 17 ◦ blue 122

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

Shades of Navy #05117A

Tints of Navy #05117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 84.72%

R = 3.47%
G = 11.81%
B = 84.72%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05117A (or 0x05117A) is known color: Navy. HEX triplet: 05, 11 and 7A. RGB value is (5,17,122). Sum of RGB (Red+Green+Blue) = 5+17+122=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #05117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117A is #FAEE85. Grayscale: #181818. Windows color (decimal): -16445062 or 7999749. OLE color: 7999749.

HSL color Cylindrical-coordinate representation of color #05117A: hue angle of 233.85º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05117A is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 17 122 -
CMYK 0.96 0.86 0 0.52
HSL 233.85º 0.92% 0.25% -
HSV(B) 233.85º 0.96% 0.48% -
XYZ 3.78 1.84 18.57 -
YUV 25.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 5 17 122 0.96 0.86 0 0.52 233.85 0.92 0.25
Hex 5 11 7A 60 56 0 34 EA 5C 19
Octal 5 21 172 140 126 0 64 352 134 31
Binary 101 10001 1111010 1100000 1010110 0 110100 11101010 1011100 11001

Color Harmonies of #05117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05117A

Black with #05117A

Text Example


Text Example

White with #05117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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