Html Css Color HEX #120275 Navy

📋 copy color: '#120275'

red 18 ◦ green 2 ◦ blue 117

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

Shades of Navy #120275

Tints of Navy #120275

RGB

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

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

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

R = 13.14%
G = 1.46%
B = 85.4%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120275 (or 0x120275) is known color: Navy. HEX triplet: 12, 02 and 75. RGB value is (18,2,117). Sum of RGB (Red+Green+Blue) = 18+2+117=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #120275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120275 is #EDFD8A. Grayscale: #131313. Windows color (decimal): -15596939 or 7668242. OLE color: 7668242.

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

Color convert

RGB 18 2 117 -
CMYK 0.85 0.98 0 0.54
HSL 248.35º 0.97% 0.23% -
HSV(B) 248.35º 0.98% 0.46% -
XYZ 3.48 1.46 16.93 -
YUV 19.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 18 2 117 0.85 0.98 0 0.54 248.35 0.97 0.23
Hex 12 2 75 55 62 0 36 F8 61 17
Octal 22 2 165 125 142 0 66 370 141 27
Binary 10010 10 1110101 1010101 1100010 0 110110 11111000 1100001 10111

Color Harmonies of #120275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120275

Black with #120275

Text Example


Text Example

White with #120275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120275; }

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

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

background-color css

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

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

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

border-color css

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

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

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