#05157C

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

Shades of Navy #05157C

Tints of Navy #05157C

Color information

#05157C (or 0x05157C) is unknown color: approx Navy. HEX triplet: 05, 15 and 7C. RGB value is (5,21,124). Sum of RGB (Red+Green+Blue) = 5+21+124=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #05157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05157C is #FAEA83. Grayscale: #1B1B1B. Windows color (decimal): -16444036 or 8131845. OLE color: 8131845.

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

Color convert

RGB521124-
CMYK0.960.8300.51
HSL231.93º92.25%25.29%-
HSV(B)231.93º95.97%48.63%-
XYZ3.972.0219.25-
YUV27.96182.2111.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 124 (48.83% from 255) = 82.67%
R=3.33%
G=14%
B=82.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5211240.960.8300.51231.9392.2525.29
Hex5157C6053033e85c19
Octal52517414012306335013431
Binary10110101111110011000001010011011001111101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05157C; }

 p { color: rgb(5,21,124); }

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

<style>
 a { background-color: #05157C; }

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

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

<style>
 span { border-color: #05157C; }

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

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