#130078

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

Shades of Navy #130078

Tints of Navy #130078

Color information

#130078 (or 0x130078) is unknown color: approx Navy. HEX triplet: 13, 00 and 78. RGB value is (19,0,120). Sum of RGB (Red+Green+Blue) = 19+0+120=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #130078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130078 is #ECFF87. Grayscale: #121212. Windows color (decimal): -15531912 or 7864339. OLE color: 7864339.

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

Color convert

RGB190120-
CMYK0.84100.53
HSL249.5º100%23.53%-
HSV(B)249.5º100%47.06%-
XYZ3.661.4917.86-
YUV19.36184.79127.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=13.67%
G=0%
B=86.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1901200.84100.53249.510023.53
Hex130785464035fa6418
Octal23017012414406537214430
Binary100110111100010101001100100011010111111010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130078; }

 p { color: rgb(19,0,120); }

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

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

 a { background-color: rgb(19,0,120); }

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

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

 span { border-color: rgb(19,0,120); }

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