Html Css Color HEX #120F6B Midnight Blue

📋 copy color: '#120F6B'

red 18 ◦ green 15 ◦ blue 107

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

Shades of Midnight Blue #120F6B

Tints of Midnight Blue #120F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

 BLUE value IS 107 (42.19% from 255) = 76.43%

R = 12.86%
G = 10.71%
B = 76.43%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#120F6B (or 0x120F6B) is known color: Midnight Blue. HEX triplet: 12, 0F and 6B. RGB value is (18,15,107). Sum of RGB (Red+Green+Blue) = 18+15+107=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #120F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F6B is #EDF094. Grayscale: #1A1A1A. Windows color (decimal): -15593621 or 7016210. OLE color: 7016210.

HSL color Cylindrical-coordinate representation of color #120F6B: hue angle of 241.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120F6B is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 15 107 -
CMYK 0.83 0.86 0 0.58
HSL 241.96º 0.75% 0.24% -
HSV(B) 241.96º 0.86% 0.42% -
XYZ 3.07 1.53 14.04 -
YUV 26.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 18 15 107 0.83 0.86 0 0.58 241.96 0.75 0.24
Hex 12 F 6B 53 56 0 3A F2 4B 18
Octal 22 17 153 123 126 0 72 362 113 30
Binary 10010 1111 1101011 1010011 1010110 0 111010 11110010 1001011 11000

Color Harmonies of #120F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F6B

Black with #120F6B

Text Example


Text Example

White with #120F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F6B; }

 p { color: rgb(18,15,107); }

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

background-color css

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

 a { background-color: rgb(18,15,107); }

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

border-color css

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

 span { border-color: rgb(18,15,107); }

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