Html Css Color HEX #120269 Midnight Blue

📋 copy color: '#120269'

red 18 ◦ green 2 ◦ blue 105

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

Shades of Midnight Blue #120269

Tints of Midnight Blue #120269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 14.4%
G = 1.6%
B = 84%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#120269 (or 0x120269) is known color: Midnight Blue. HEX triplet: 12, 02 and 69. RGB value is (18,2,105). Sum of RGB (Red+Green+Blue) = 18+2+105=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #120269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120269 is #EDFD96. Grayscale: #121212. Windows color (decimal): -15596951 or 6881810. OLE color: 6881810.

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

Color convert

RGB 18 2 105 -
CMYK 0.83 0.98 0 0.59
HSL 249.32º 0.96% 0.21% -
HSV(B) 249.32º 0.98% 0.41% -
XYZ 2.82 1.19 13.45 -
YUV 18.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 18 2 105 0.83 0.98 0 0.59 249.32 0.96 0.21
Hex 12 2 69 53 62 0 3B F9 60 15
Octal 22 2 151 123 142 0 73 371 140 25
Binary 10010 10 1101001 1010011 1100010 0 111011 11111001 1100000 10101

Color Harmonies of #120269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120269

Black with #120269

Text Example


Text Example

White with #120269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120269; }

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

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

background-color css

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

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

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

border-color css

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

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

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