Html Css Color HEX #120553 Midnight Blue

📋 copy color: '#120553'

red 18 ◦ green 5 ◦ blue 83

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

Shades of Midnight Blue #120553

Tints of Midnight Blue #120553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

 BLUE value IS 83 (32.81% from 255) = 78.3%

R = 16.98%
G = 4.72%
B = 78.3%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120553 (or 0x120553) is known color: Midnight Blue. HEX triplet: 12, 05 and 53. RGB value is (18,5,83). Sum of RGB (Red+Green+Blue) = 18+5+83=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #120553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120553 is #EDFAAC. Grayscale: #111111. Windows color (decimal): -15596205 or 5440786. OLE color: 5440786.

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

Color convert

RGB 18 5 83 -
CMYK 0.78 0.94 0 0.67
HSL 250º 0.89% 0.17% -
HSV(B) 250º 0.94% 0.33% -
XYZ 1.87 0.86 8.25 -
YUV 17.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 18 5 83 0.78 0.94 0 0.67 250 0.89 0.17
Hex 12 5 53 4E 5E 0 43 FA 59 11
Octal 22 5 123 116 136 0 103 372 131 21
Binary 10010 101 1010011 1001110 1011110 0 1000011 11111010 1011001 10001

Color Harmonies of #120553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120553

Black with #120553

Text Example


Text Example

White with #120553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120553; }

 p { color: rgb(18,5,83); }

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

background-color css

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

 a { background-color: rgb(18,5,83); }

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

border-color css

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

 span { border-color: rgb(18,5,83); }

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