#05157B

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

Shades of Navy #05157B

Tints of Navy #05157B

Color information

#05157B (or 0x05157B) is unknown color: approx Navy. HEX triplet: 05, 15 and 7B. RGB value is (5,21,123). Sum of RGB (Red+Green+Blue) = 5+21+123=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #05157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05157B is #FAEA84. Grayscale: #1B1B1B. Windows color (decimal): -16444037 or 8066309. OLE color: 8066309.

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

Color convert

RGB521123-
CMYK0.960.8300.52
HSL231.86º92.19%25.1%-
HSV(B)231.86º95.93%48.24%-
XYZ3.91218.92-
YUV27.84181.7111.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 123 (48.44% from 255) = 82.55%
R=3.36%
G=14.09%
B=82.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5211230.960.8300.52231.8692.1925.1
Hex5157B6053034e85c19
Octal52517314012306435013431
Binary10110101111101111000001010011011010011101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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