Html Css Color HEX #120858 Midnight Blue

📋 copy color: '#120858'

red 18 ◦ green 8 ◦ blue 88

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

Shades of Midnight Blue #120858

Tints of Midnight Blue #120858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 77.19%

R = 15.79%
G = 7.02%
B = 77.19%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120858 (or 0x120858) is known color: Midnight Blue. HEX triplet: 12, 08 and 58. RGB value is (18,8,88). Sum of RGB (Red+Green+Blue) = 18+8+88=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #120858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120858 is #EDF7A7. Grayscale: #131313. Windows color (decimal): -15595432 or 5769234. OLE color: 5769234.

HSL color Cylindrical-coordinate representation of color #120858: hue angle of 247.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120858 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 8 88 -
CMYK 0.80 0.91 0 0.65
HSL 247.5º 0.83% 0.19% -
HSV(B) 247.5º 0.91% 0.35% -
XYZ 2.1 1.01 9.32 -
YUV 20.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 18 8 88 0.80 0.91 0 0.65 247.5 0.83 0.19
Hex 12 8 58 50 5B 0 41 F8 53 13
Octal 22 10 130 120 133 0 101 370 123 23
Binary 10010 1000 1011000 1010000 1011011 0 1000001 11111000 1010011 10011

Color Harmonies of #120858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120858

Black with #120858

Text Example


Text Example

White with #120858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120858; }

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

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

background-color css

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

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

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

border-color css

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

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

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