Html Css Color HEX #120169 Midnight Blue

📋 copy color: '#120169'

red 18 ◦ green 1 ◦ blue 105

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

Shades of Midnight Blue #120169

Tints of Midnight Blue #120169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 14.52%
G = 0.81%
B = 84.68%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#120169 (or 0x120169) is known color: Midnight Blue. HEX triplet: 12, 01 and 69. RGB value is (18,1,105). Sum of RGB (Red+Green+Blue) = 18+1+105=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #120169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120169 is #EDFE96. Grayscale: #111111. Windows color (decimal): -15597207 or 6881554. OLE color: 6881554.

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

Color convert

RGB 18 1 105 -
CMYK 0.83 0.99 0 0.59
HSL 249.81º 0.98% 0.21% -
HSV(B) 249.81º 0.99% 0.41% -
XYZ 2.81 1.17 13.44 -
YUV 17.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 18 1 105 0.83 0.99 0 0.59 249.81 0.98 0.21
Hex 12 1 69 53 63 0 3B FA 62 15
Octal 22 1 151 123 143 0 73 372 142 25
Binary 10010 1 1101001 1010011 1100011 0 111011 11111010 1100010 10101

Color Harmonies of #120169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120169

Black with #120169

Text Example


Text Example

White with #120169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120169; }

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

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

background-color css

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

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

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

border-color css

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

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

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