#120278

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

Shades of Navy #120278

Tints of Navy #120278

Color information

#120278 (or 0x120278) is unknown color: approx Navy. HEX triplet: 12, 02 and 78. RGB value is (18,2,120). Sum of RGB (Red+Green+Blue) = 18+2+120=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #120278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120278 is #EDFD87. Grayscale: #131313. Windows color (decimal): -15596936 or 7864850. OLE color: 7864850.

HSL color Cylindrical-coordinate representation of color #120278: hue angle of 248.14º 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 #120278 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB182120-
CMYK0.850.9800.53
HSL248.14º96.72%23.92%-
HSV(B)248.14º98.33%47.06%-
XYZ3.661.5317.87-
YUV20.24184.3126.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 120 (47.27% from 255) = 85.71%
R=12.86%
G=1.43%
B=85.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1821200.850.9800.53248.1496.7223.92
Hex122785562035f86118
Octal22217012514206537014130
Binary1001010111100010101011100010011010111111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120278; }

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

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

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

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

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

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

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

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