Html Css Color HEX #120677 Navy

📋 copy color: '#120677'

red 18 ◦ green 6 ◦ blue 119

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

Shades of Navy #120677

Tints of Navy #120677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.22%

R = 12.59%
G = 4.2%
B = 83.22%

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

#120677 (or 0x120677) is known color: Navy. HEX triplet: 12, 06 and 77. RGB value is (18,6,119). Sum of RGB (Red+Green+Blue) = 18+6+119=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #120677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120677 is #EDF988. Grayscale: #161616. Windows color (decimal): -15595913 or 7800338. OLE color: 7800338.

HSL color Cylindrical-coordinate representation of color #120677: hue angle of 246.37º degrees, saturation: 0.9, 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 #120677 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 6 119 -
CMYK 0.85 0.95 0 0.53
HSL 246.37º 0.9% 0.25% -
HSV(B) 246.37º 0.95% 0.47% -
XYZ 3.64 1.59 17.57 -
YUV 22.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 18 6 119 0.85 0.95 0 0.53 246.37 0.9 0.25
Hex 12 6 77 55 5F 0 35 F6 5A 19
Octal 22 6 167 125 137 0 65 366 132 31
Binary 10010 110 1110111 1010101 1011111 0 110101 11110110 1011010 11001

Color Harmonies of #120677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120677

Black with #120677

Text Example


Text Example

White with #120677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120677; }

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

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

background-color css

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

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

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

border-color css

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

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

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