Html Css Color HEX #120358 Midnight Blue

📋 copy color: '#120358'

red 18 ◦ green 3 ◦ blue 88

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

Shades of Midnight Blue #120358

Tints of Midnight Blue #120358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

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

R = 16.51%
G = 2.75%
B = 80.73%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120358 (or 0x120358) is known color: Midnight Blue. HEX triplet: 12, 03 and 58. RGB value is (18,3,88). Sum of RGB (Red+Green+Blue) = 18+3+88=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #120358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120358 is #EDFCA7. Grayscale: #101010. Windows color (decimal): -15596712 or 5767954. OLE color: 5767954.

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

Color convert

RGB 18 3 88 -
CMYK 0.80 0.97 0 0.65
HSL 250.59º 0.93% 0.18% -
HSV(B) 250.59º 0.97% 0.35% -
XYZ 2.04 0.9 9.3 -
YUV 17.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 18 3 88 0.80 0.97 0 0.65 250.59 0.93 0.18
Hex 12 3 58 50 61 0 41 FB 5D 12
Octal 22 3 130 120 141 0 101 373 135 22
Binary 10010 11 1011000 1010000 1100001 0 1000001 11111011 1011101 10010

Color Harmonies of #120358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120358

Black with #120358

Text Example


Text Example

White with #120358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120358; }

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

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

background-color css

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

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

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

border-color css

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

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

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