#05127B

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

Shades of Navy #05127B

Tints of Navy #05127B

Color information

#05127B (or 0x05127B) is unknown color: approx Navy. HEX triplet: 05, 12 and 7B. RGB value is (5,18,123). Sum of RGB (Red+Green+Blue) = 5+18+123=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #05127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05127B is #FAED84. Grayscale: #191919. Windows color (decimal): -16444805 or 8065541. OLE color: 8065541.

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

Color convert

RGB518123-
CMYK0.960.8500.52
HSL233.39º92.19%25.1%-
HSV(B)233.39º95.93%48.24%-
XYZ3.851.8918.9-
YUV26.08182.69112.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 123 (48.44% from 255) = 84.25%
R=3.42%
G=12.33%
B=84.25%

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
Decimal5181230.960.8500.52233.3992.1925.1
Hex5127B6055034e95c19
Octal52217314012506435113431
Binary10110010111101111000001010101011010011101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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