#120372

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

Shades of Navy #120372

Tints of Navy #120372

Color information

#120372 (or 0x120372) is unknown color: approx Navy. HEX triplet: 12, 03 and 72. RGB value is (18,3,114). Sum of RGB (Red+Green+Blue) = 18+3+114=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #120372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120372 is #EDFC8D. Grayscale: #131313. Windows color (decimal): -15596686 or 7471890. OLE color: 7471890.

HSL color Cylindrical-coordinate representation of color #120372: hue angle of 248.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120372 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB183114-
CMYK0.840.9700.55
HSL248.11º94.87%22.94%-
HSV(B)248.11º97.37%44.71%-
XYZ3.321.4116.02-
YUV20.14180.97126.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=13.33%
G=2.22%
B=84.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1831140.840.9700.55248.1194.8722.94
Hex123725461037f85f17
Octal22316212414106737013727
Binary1001011111001010101001100001011011111111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120372; }

 p { color: rgb(18,3,114); }

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

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

 a { background-color: rgb(18,3,114); }

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

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

 span { border-color: rgb(18,3,114); }

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