#050278

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

Shades of Navy #050278

Tints of Navy #050278

Color information

#050278 (or 0x050278) is unknown color: approx Navy. HEX triplet: 05, 02 and 78. RGB value is (5,2,120). Sum of RGB (Red+Green+Blue) = 5+2+120=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #050278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050278 is #FAFD87. Grayscale: #0F0F0F. Windows color (decimal): -16448904 or 7864837. OLE color: 7864837.

HSL color Cylindrical-coordinate representation of color #050278: hue angle of 241.53º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050278 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52120-
CMYK0.960.9800.53
HSL241.53º96.72%23.92%-
HSV(B)241.53º98.33%47.06%-
XYZ3.471.4317.86-
YUV16.35186.49119.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 120 (47.27% from 255) = 94.49%
R=3.94%
G=1.57%
B=94.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521200.960.9800.53241.5396.7223.92
Hex52786062035f26118
Octal5217014014206536214130
Binary10110111100011000001100010011010111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050278; }

 p { color: rgb(5,2,120); }

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

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

 a { background-color: rgb(5,2,120); }

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

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

 span { border-color: rgb(5,2,120); }

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