Html Css Color HEX #121983 Midnight Blue

📋 copy color: '#121983'

red 18 ◦ green 25 ◦ blue 131

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

Shades of Midnight Blue #121983

Tints of Midnight Blue #121983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 131 (51.56% from 255) = 75.29%

R = 10.34%
G = 14.37%
B = 75.29%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121983 (or 0x121983) is known color: Midnight Blue. HEX triplet: 12, 19 and 83. RGB value is (18,25,131). Sum of RGB (Red+Green+Blue) = 18+25+131=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #121983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121983 is #EDE67C. Grayscale: #222222. Windows color (decimal): -15591037 or 8591634. OLE color: 8591634.

HSL color Cylindrical-coordinate representation of color #121983: hue angle of 236.28º 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 #121983 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 25 131 -
CMYK 0.86 0.81 0 0.49
HSL 236.28º 0.76% 0.29% -
HSV(B) 236.28º 0.86% 0.51% -
XYZ 4.69 2.46 21.7 -
YUV 34.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 18 25 131 0.86 0.81 0 0.49 236.28 0.76 0.29
Hex 12 19 83 56 51 0 31 EC 4C 1D
Octal 22 31 203 126 121 0 61 354 114 35
Binary 10010 11001 10000011 1010110 1010001 0 110001 11101100 1001100 11101

Color Harmonies of #121983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121983

Black with #121983

Text Example


Text Example

White with #121983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121983; }

 p { color: rgb(18,25,131); }

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

background-color css

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

 a { background-color: rgb(18,25,131); }

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

border-color css

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

 span { border-color: rgb(18,25,131); }

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