Html Css Color HEX #141982 Midnight Blue

📋 copy color: '#141982'

red 20 ◦ green 25 ◦ blue 130

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

Shades of Midnight Blue #141982

Tints of Midnight Blue #141982

RGB

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

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

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

R = 11.43%
G = 14.29%
B = 74.29%

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

#141982 (or 0x141982) is known color: Midnight Blue. HEX triplet: 14, 19 and 82. RGB value is (20,25,130). Sum of RGB (Red+Green+Blue) = 20+25+130=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #141982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141982 is #EBE67D. Grayscale: #232323. Windows color (decimal): -15459966 or 8526100. OLE color: 8526100.

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

Color convert

RGB 20 25 130 -
CMYK 0.85 0.81 0 0.49
HSL 237.27º 0.73% 0.29% -
HSV(B) 237.27º 0.85% 0.51% -
XYZ 4.67 2.46 21.35 -
YUV 35.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 20 25 130 0.85 0.81 0 0.49 237.27 0.73 0.29
Hex 14 19 82 55 51 0 31 ED 49 1D
Octal 24 31 202 125 121 0 61 355 111 35
Binary 10100 11001 10000010 1010101 1010001 0 110001 11101101 1001001 11101

Color Harmonies of #141982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141982

Black with #141982

Text Example


Text Example

White with #141982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141982; }

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

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

background-color css

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

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

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

border-color css

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

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

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