Html Css Color HEX #120DB0 New Midnight Blue

📋 copy color: '#120DB0'

red 18 ◦ green 13 ◦ blue 176

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

Shades of New Midnight Blue #120DB0

Tints of New Midnight Blue #120DB0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

 BLUE value IS 176 (69.14% from 255) = 85.02%

R = 8.7%
G = 6.28%
B = 85.02%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#120DB0 (or 0x120DB0) is known color: New Midnight Blue. HEX triplet: 12, 0D and B0. RGB value is (18,13,176). Sum of RGB (Red+Green+Blue) = 18+13+176=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 176 (69.14% from 255 or 85.02% from 207); Max value from RGB is 176 - color contains mainly: blue. Hex color #120DB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120DB0 is #EDF24F. Grayscale: #202020. Windows color (decimal): -15594064 or 11537682. OLE color: 11537682.

HSL color Cylindrical-coordinate representation of color #120DB0: hue angle of 241.84º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120DB0 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 13 176 -
CMYK 0.90 0.93 0 0.31
HSL 241.84º 0.86% 0.37% -
HSV(B) 241.84º 0.93% 0.69% -
XYZ 8.23 3.55 41.33 -
YUV 33.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 18 13 176 0.90 0.93 0 0.31 241.84 0.86 0.37
Hex 12 D B0 5A 5D 0 1F F2 56 25
Octal 22 15 260 132 135 0 37 362 126 45
Binary 10010 1101 10110000 1011010 1011101 0 11111 11110010 1010110 100101

Color Harmonies of #120DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DB0

Black with #120DB0

Text Example


Text Example

White with #120DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,176); }

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

background-color css

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

 a { background-color: rgb(18,13,176); }

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

border-color css

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

 span { border-color: rgb(18,13,176); }

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