Html Css Color HEX #121782 Midnight Blue

📋 copy color: '#121782'

red 18 ◦ green 23 ◦ blue 130

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

Shades of Midnight Blue #121782

Tints of Midnight Blue #121782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 10.53%
G = 13.45%
B = 76.02%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121782 (or 0x121782) is known color: Midnight Blue. HEX triplet: 12, 17 and 82. RGB value is (18,23,130). Sum of RGB (Red+Green+Blue) = 18+23+130=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #121782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121782 is #EDE87D. Grayscale: #212121. Windows color (decimal): -15591550 or 8525586. OLE color: 8525586.

HSL color Cylindrical-coordinate representation of color #121782: hue angle of 237.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121782 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 23 130 -
CMYK 0.86 0.82 0 0.49
HSL 237.32º 0.76% 0.29% -
HSV(B) 237.32º 0.86% 0.51% -
XYZ 4.59 2.35 21.33 -
YUV 33.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 18 23 130 0.86 0.82 0 0.49 237.32 0.76 0.29
Hex 12 17 82 56 52 0 31 ED 4C 1D
Octal 22 27 202 126 122 0 61 355 114 35
Binary 10010 10111 10000010 1010110 1010010 0 110001 11101101 1001100 11101

Color Harmonies of #121782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121782

Black with #121782

Text Example


Text Example

White with #121782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121782; }

 p { color: rgb(18,23,130); }

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

background-color css

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

 a { background-color: rgb(18,23,130); }

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

border-color css

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

 span { border-color: rgb(18,23,130); }

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