#051275

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

Shades of Navy #051275

Tints of Navy #051275

Color information

#051275 (or 0x051275) is unknown color: approx Navy. HEX triplet: 05, 12 and 75. RGB value is (5,18,117). Sum of RGB (Red+Green+Blue) = 5+18+117=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #051275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051275 is #FAED8A. Grayscale: #181818. Windows color (decimal): -16444811 or 7672325. OLE color: 7672325.

HSL color Cylindrical-coordinate representation of color #051275: hue angle of 233.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051275 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB518117-
CMYK0.960.8500.54
HSL233.04º91.8%23.92%-
HSV(B)233.04º95.73%45.88%-
XYZ3.491.7516.98-
YUV25.4179.69113.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=3.57%
G=12.86%
B=83.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5181170.960.8500.54233.0491.823.92
Hex512756055036e95c18
Octal52216514012506635113430
Binary10110010111010111000001010101011011011101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051275; }

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

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

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

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

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

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

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

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