Html Css Color HEX #120075 Navy

📋 copy color: '#120075'

red 18 ◦ green 0 ◦ blue 117

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

Shades of Navy #120075

Tints of Navy #120075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 86.67%

R = 13.33%
G = 0%
B = 86.67%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120075 (or 0x120075) is known color: Navy. HEX triplet: 12, 00 and 75. RGB value is (18,0,117). Sum of RGB (Red+Green+Blue) = 18+0+117=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #120075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120075 is #EDFF8A. Grayscale: #121212. Windows color (decimal): -15597451 or 7667730. OLE color: 7667730.

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

Color convert

RGB 18 0 117 -
CMYK 0.85 1 0 0.54
HSL 249.23º 1% 0.23% -
HSV(B) 249.23º 1% 0.46% -
XYZ 3.46 1.41 16.92 -
YUV 18.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 18 0 117 0.85 1 0 0.54 249.23 1 0.23
Hex 12 0 75 55 64 0 36 F9 64 17
Octal 22 0 165 125 144 0 66 371 144 27
Binary 10010 0 1110101 1010101 1100100 0 110110 11111001 1100100 10111

Color Harmonies of #120075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120075

Black with #120075

Text Example


Text Example

White with #120075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120075; }

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

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

background-color css

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

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

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

border-color css

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

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

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