#05117B

Color #05117B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #05117B

Tints of Navy #05117B

Color information

#05117B (or 0x05117B) is unknown color: approx Navy. HEX triplet: 05, 11 and 7B. RGB value is (5,17,123). Sum of RGB (Red+Green+Blue) = 5+17+123=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #05117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117B is #FAEE84. Grayscale: #191919. Windows color (decimal): -16445061 or 8065285. OLE color: 8065285.

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

Color convert

RGB517123-
CMYK0.960.8600.52
HSL233.9º92.19%25.1%-
HSV(B)233.9º95.93%48.24%-
XYZ3.841.8618.9-
YUV25.5183.02113.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 123 (48.44% from 255) = 84.83%
R=3.45%
G=11.72%
B=84.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5171230.960.8600.52233.992.1925.1
Hex5117B6056034ea5c19
Octal52117314012606435213431
Binary10110001111101111000001010110011010011101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05117B;
 }
 .AnyTagClassName
 {
   color: #05117B;
 }
</style>
background-color css

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

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

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

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

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

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