Html Css Color HEX #120869 Midnight Blue

📋 copy color: '#120869'

red 18 ◦ green 8 ◦ blue 105

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

Shades of Midnight Blue #120869

Tints of Midnight Blue #120869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.11%

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

R = 13.74%
G = 6.11%
B = 80.15%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#120869 (or 0x120869) is known color: Midnight Blue. HEX triplet: 12, 08 and 69. RGB value is (18,8,105). Sum of RGB (Red+Green+Blue) = 18+8+105=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #120869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120869 is #EDF796. Grayscale: #151515. Windows color (decimal): -15595415 or 6883346. OLE color: 6883346.

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

Color convert

RGB 18 8 105 -
CMYK 0.83 0.92 0 0.59
HSL 246.19º 0.86% 0.22% -
HSV(B) 246.19º 0.92% 0.41% -
XYZ 2.89 1.32 13.47 -
YUV 22.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 18 8 105 0.83 0.92 0 0.59 246.19 0.86 0.22
Hex 12 8 69 53 5C 0 3B F6 56 16
Octal 22 10 151 123 134 0 73 366 126 26
Binary 10010 1000 1101001 1010011 1011100 0 111011 11110110 1010110 10110

Color Harmonies of #120869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120869

Black with #120869

Text Example


Text Example

White with #120869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120869; }

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

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

background-color css

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

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

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

border-color css

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

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

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