#05137A

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

Shades of Navy #05137A

Tints of Navy #05137A

Color information

#05137A (or 0x05137A) is unknown color: approx Navy. HEX triplet: 05, 13 and 7A. RGB value is (5,19,122). Sum of RGB (Red+Green+Blue) = 5+19+122=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 122 (48.05% from 255 or 83.56% from 146); Max value from RGB is 122 - color contains mainly: blue. Hex color #05137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05137A is #FAEC85. Grayscale: #1A1A1A. Windows color (decimal): -16444550 or 8000261. OLE color: 8000261.

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

Color convert

RGB519122-
CMYK0.960.8400.52
HSL232.82º92.13%24.9%-
HSV(B)232.82º95.9%47.84%-
XYZ3.811.918.58-
YUV26.56181.86112.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 122 (48.05% from 255) = 83.56%
R=3.42%
G=13.01%
B=83.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5191220.960.8400.52232.8292.1324.9
Hex5137A6054034e95c19
Octal52317214012406435113431
Binary10110011111101011000001010100011010011101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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