Html Css Color HEX #120273 Navy

📋 copy color: '#120273'

red 18 ◦ green 2 ◦ blue 115

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

Shades of Navy #120273

Tints of Navy #120273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 13.33%
G = 1.48%
B = 85.19%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120273 (or 0x120273) is known color: Navy. HEX triplet: 12, 02 and 73. RGB value is (18,2,115). Sum of RGB (Red+Green+Blue) = 18+2+115=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #120273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120273 is #EDFD8C. Grayscale: #131313. Windows color (decimal): -15596941 or 7537170. OLE color: 7537170.

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

Color convert

RGB 18 2 115 -
CMYK 0.84 0.98 0 0.55
HSL 248.5º 0.97% 0.23% -
HSV(B) 248.5º 0.98% 0.45% -
XYZ 3.37 1.41 16.31 -
YUV 19.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 18 2 115 0.84 0.98 0 0.55 248.5 0.97 0.23
Hex 12 2 73 54 62 0 37 F8 61 17
Octal 22 2 163 124 142 0 67 370 141 27
Binary 10010 10 1110011 1010100 1100010 0 110111 11111000 1100001 10111

Color Harmonies of #120273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120273

Black with #120273

Text Example


Text Example

White with #120273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120273; }

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

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

background-color css

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

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

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

border-color css

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

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

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