Html Css Color HEX #120855 Midnight Blue

📋 copy color: '#120855'

red 18 ◦ green 8 ◦ blue 85

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

Shades of Midnight Blue #120855

Tints of Midnight Blue #120855

RGB

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

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

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

R = 16.22%
G = 7.21%
B = 76.58%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120855 (or 0x120855) is known color: Midnight Blue. HEX triplet: 12, 08 and 55. RGB value is (18,8,85). Sum of RGB (Red+Green+Blue) = 18+8+85=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #120855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120855 is #EDF7AA. Grayscale: #131313. Windows color (decimal): -15595435 or 5572626. OLE color: 5572626.

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

Color convert

RGB 18 8 85 -
CMYK 0.79 0.91 0 0.67
HSL 247.79º 0.83% 0.18% -
HSV(B) 247.79º 0.91% 0.33% -
XYZ 1.98 0.96 8.68 -
YUV 19.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 18 8 85 0.79 0.91 0 0.67 247.79 0.83 0.18
Hex 12 8 55 4F 5B 0 43 F8 53 12
Octal 22 10 125 117 133 0 103 370 123 22
Binary 10010 1000 1010101 1001111 1011011 0 1000011 11111000 1010011 10010

Color Harmonies of #120855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120855

Black with #120855

Text Example


Text Example

White with #120855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120855; }

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

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

background-color css

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

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

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

border-color css

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

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

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