Html Css Color HEX #141983 Midnight Blue

📋 copy color: '#141983'

red 20 ◦ green 25 ◦ blue 131

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

Shades of Midnight Blue #141983

Tints of Midnight Blue #141983

RGB

 RED value IS 20 (8.2% from 255) = 11.36%

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

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

R = 11.36%
G = 14.2%
B = 74.43%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141983 (or 0x141983) is known color: Midnight Blue. HEX triplet: 14, 19 and 83. RGB value is (20,25,131). Sum of RGB (Red+Green+Blue) = 20+25+131=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #141983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141983 is #EBE67C. Grayscale: #232323. Windows color (decimal): -15459965 or 8591636. OLE color: 8591636.

HSL color Cylindrical-coordinate representation of color #141983: hue angle of 237.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141983 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 25 131 -
CMYK 0.85 0.81 0 0.49
HSL 237.3º 0.74% 0.3% -
HSV(B) 237.3º 0.85% 0.51% -
XYZ 4.73 2.48 21.7 -
YUV 35.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 20 25 131 0.85 0.81 0 0.49 237.3 0.74 0.3
Hex 14 19 83 55 51 0 31 ED 4A 1E
Octal 24 31 203 125 121 0 61 355 112 36
Binary 10100 11001 10000011 1010101 1010001 0 110001 11101101 1001010 11110

Color Harmonies of #141983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141983

Black with #141983

Text Example


Text Example

White with #141983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141983; }

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

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

background-color css

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

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

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

border-color css

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

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

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