Html Css Color HEX #120355 Midnight Blue

📋 copy color: '#120355'

red 18 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #120355

Tints of Midnight Blue #120355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 80.19%

R = 16.98%
G = 2.83%
B = 80.19%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120355 (or 0x120355) is known color: Midnight Blue. HEX triplet: 12, 03 and 55. RGB value is (18,3,85). Sum of RGB (Red+Green+Blue) = 18+3+85=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #120355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120355 is #EDFCAA. Grayscale: #101010. Windows color (decimal): -15596715 or 5571346. OLE color: 5571346.

HSL color Cylindrical-coordinate representation of color #120355: hue angle of 250.98º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120355 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 3 85 -
CMYK 0.79 0.96 0 0.67
HSL 250.98º 0.93% 0.17% -
HSV(B) 250.98º 0.96% 0.33% -
XYZ 1.92 0.85 8.66 -
YUV 16.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 18 3 85 0.79 0.96 0 0.67 250.98 0.93 0.17
Hex 12 3 55 4F 60 0 43 FB 5D 11
Octal 22 3 125 117 140 0 103 373 135 21
Binary 10010 11 1010101 1001111 1100000 0 1000011 11111011 1011101 10001

Color Harmonies of #120355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120355

Black with #120355

Text Example


Text Example

White with #120355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120355; }

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

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

background-color css

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

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

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

border-color css

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

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

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