#05127A

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

Shades of Navy #05127A

Tints of Navy #05127A

Color information

#05127A (or 0x05127A) is unknown color: approx Navy. HEX triplet: 05, 12 and 7A. RGB value is (5,18,122). Sum of RGB (Red+Green+Blue) = 5+18+122=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #05127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05127A is #FAED85. Grayscale: #191919. Windows color (decimal): -16444806 or 8000005. OLE color: 8000005.

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

Color convert

RGB518122-
CMYK0.960.8500.52
HSL233.33º92.13%24.9%-
HSV(B)233.33º95.9%47.84%-
XYZ3.791.8718.57-
YUV25.97182.19113.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=3.45%
G=12.41%
B=84.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5181220.960.8500.52233.3392.1324.9
Hex5127A6055034e95c19
Octal52217214012506435113431
Binary10110010111101011000001010101011010011101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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