Html Css Color HEX #120073 Navy

📋 copy color: '#120073'

red 18 ◦ green 0 ◦ blue 115

#120073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #120073

Tints of Navy #120073

RGB

 RED value IS 18 (7.42% from 255) = 13.53%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 13.53%
G = 0%
B = 86.47%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120073 (or 0x120073) is known color: Navy. HEX triplet: 12, 00 and 73. RGB value is (18,0,115). Sum of RGB (Red+Green+Blue) = 18+0+115=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #120073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120073 is #EDFF8C. Grayscale: #121212. Windows color (decimal): -15597453 or 7536658. OLE color: 7536658.

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

Color convert

RGB 18 0 115 -
CMYK 0.84 1 0 0.55
HSL 249.39º 1% 0.23% -
HSV(B) 249.39º 1% 0.45% -
XYZ 3.34 1.37 16.31 -
YUV 18.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 18 0 115 0.84 1 0 0.55 249.39 1 0.23
Hex 12 0 73 54 64 0 37 F9 64 17
Octal 22 0 163 124 144 0 67 371 144 27
Binary 10010 0 1110011 1010100 1100100 0 110111 11111001 1100100 10111

Color Harmonies of #120073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120073

Black with #120073

Text Example


Text Example

White with #120073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120073; }

 p { color: rgb(18,0,115); }

 H1.HeaderClassName
 {
   color: #120073;
 }
 .AnyTagClassName
 {
   color: #120073;
 }
</style>

background-color css

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

 a { background-color: rgb(18,0,115); }

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

border-color css

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

 span { border-color: rgb(18,0,115); }

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