Html Css Color HEX #121373 Midnight Blue

📋 copy color: '#121373'

red 18 ◦ green 19 ◦ blue 115

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

Shades of Midnight Blue #121373

Tints of Midnight Blue #121373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 11.84%
G = 12.5%
B = 75.66%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121373 (or 0x121373) is known color: Midnight Blue. HEX triplet: 12, 13 and 73. RGB value is (18,19,115). Sum of RGB (Red+Green+Blue) = 18+19+115=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #121373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121373 is #EDEC8C. Grayscale: #1D1D1D. Windows color (decimal): -15592589 or 7541522. OLE color: 7541522.

HSL color Cylindrical-coordinate representation of color #121373: hue angle of 239.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121373 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 19 115 -
CMYK 0.84 0.83 0 0.55
HSL 239.38º 0.73% 0.26% -
HSV(B) 239.38º 0.84% 0.45% -
XYZ 3.58 1.83 16.38 -
YUV 29.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 18 19 115 0.84 0.83 0 0.55 239.38 0.73 0.26
Hex 12 13 73 54 53 0 37 EF 49 1A
Octal 22 23 163 124 123 0 67 357 111 32
Binary 10010 10011 1110011 1010100 1010011 0 110111 11101111 1001001 11010

Color Harmonies of #121373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121373

Black with #121373

Text Example


Text Example

White with #121373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121373; }

 p { color: rgb(18,19,115); }

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

background-color css

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

 a { background-color: rgb(18,19,115); }

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

border-color css

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

 span { border-color: rgb(18,19,115); }

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