Html Css Color HEX #120F53 Midnight Blue

📋 copy color: '#120F53'

red 18 ◦ green 15 ◦ blue 83

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

Shades of Midnight Blue #120F53

Tints of Midnight Blue #120F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

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

R = 15.52%
G = 12.93%
B = 71.55%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120F53 (or 0x120F53) is known color: Midnight Blue. HEX triplet: 12, 0F and 53. RGB value is (18,15,83). Sum of RGB (Red+Green+Blue) = 18+15+83=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #120F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F53 is #EDF0AC. Grayscale: #171717. Windows color (decimal): -15593645 or 5443346. OLE color: 5443346.

HSL color Cylindrical-coordinate representation of color #120F53: hue angle of 242.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120F53 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 15 83 -
CMYK 0.78 0.82 0 0.67
HSL 242.65º 0.69% 0.19% -
HSV(B) 242.65º 0.82% 0.33% -
XYZ 1.98 1.09 8.29 -
YUV 23.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 18 15 83 0.78 0.82 0 0.67 242.65 0.69 0.19
Hex 12 F 53 4E 52 0 43 F3 45 13
Octal 22 17 123 116 122 0 103 363 105 23
Binary 10010 1111 1010011 1001110 1010010 0 1000011 11110011 1000101 10011

Color Harmonies of #120F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F53

Black with #120F53

Text Example


Text Example

White with #120F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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