Html Css Color HEX #120769 Midnight Blue

📋 copy color: '#120769'

red 18 ◦ green 7 ◦ blue 105

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

Shades of Midnight Blue #120769

Tints of Midnight Blue #120769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

 BLUE value IS 105 (41.41% from 255) = 80.77%

R = 13.85%
G = 5.38%
B = 80.77%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#120769 (or 0x120769) is known color: Midnight Blue. HEX triplet: 12, 07 and 69. RGB value is (18,7,105). Sum of RGB (Red+Green+Blue) = 18+7+105=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #120769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120769 is #EDF896. Grayscale: #151515. Windows color (decimal): -15595671 or 6883090. OLE color: 6883090.

HSL color Cylindrical-coordinate representation of color #120769: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120769 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 7 105 -
CMYK 0.83 0.93 0 0.59
HSL 246.73º 0.88% 0.22% -
HSV(B) 246.73º 0.93% 0.41% -
XYZ 2.88 1.3 13.46 -
YUV 21.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 18 7 105 0.83 0.93 0 0.59 246.73 0.88 0.22
Hex 12 7 69 53 5D 0 3B F7 58 16
Octal 22 7 151 123 135 0 73 367 130 26
Binary 10010 111 1101001 1010011 1011101 0 111011 11110111 1011000 10110

Color Harmonies of #120769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120769

Black with #120769

Text Example


Text Example

White with #120769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120769; }

 p { color: rgb(18,7,105); }

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

background-color css

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

 a { background-color: rgb(18,7,105); }

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

border-color css

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

 span { border-color: rgb(18,7,105); }

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