Html Css Color HEX #120679 Navy

📋 copy color: '#120679'

red 18 ◦ green 6 ◦ blue 121

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

Shades of Navy #120679

Tints of Navy #120679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

 BLUE value IS 121 (47.66% from 255) = 83.45%

R = 12.41%
G = 4.14%
B = 83.45%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120679 (or 0x120679) is known color: Navy. HEX triplet: 12, 06 and 79. RGB value is (18,6,121). Sum of RGB (Red+Green+Blue) = 18+6+121=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #120679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120679 is #EDF986. Grayscale: #161616. Windows color (decimal): -15595911 or 7931410. OLE color: 7931410.

HSL color Cylindrical-coordinate representation of color #120679: hue angle of 246.26º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120679 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 6 121 -
CMYK 0.85 0.95 0 0.53
HSL 246.26º 0.91% 0.25% -
HSV(B) 246.26º 0.95% 0.47% -
XYZ 3.77 1.64 18.21 -
YUV 22.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 18 6 121 0.85 0.95 0 0.53 246.26 0.91 0.25
Hex 12 6 79 55 5F 0 35 F6 5B 19
Octal 22 6 171 125 137 0 65 366 133 31
Binary 10010 110 1111001 1010101 1011111 0 110101 11110110 1011011 11001

Color Harmonies of #120679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120679

Black with #120679

Text Example


Text Example

White with #120679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120679; }

 p { color: rgb(18,6,121); }

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

background-color css

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

 a { background-color: rgb(18,6,121); }

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

border-color css

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

 span { border-color: rgb(18,6,121); }

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