Html Css Color HEX #141B82 Midnight Blue

📋 copy color: '#141B82'

red 20 ◦ green 27 ◦ blue 130

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

Shades of Midnight Blue #141B82

Tints of Midnight Blue #141B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.25%

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

R = 11.3%
G = 15.25%
B = 73.45%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141B82 (or 0x141B82) is known color: Midnight Blue. HEX triplet: 14, 1B and 82. RGB value is (20,27,130). Sum of RGB (Red+Green+Blue) = 20+27+130=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #141B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B82 is #EBE47D. Grayscale: #242424. Windows color (decimal): -15459454 or 8526612. OLE color: 8526612.

HSL color Cylindrical-coordinate representation of color #141B82: hue angle of 236.18º 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 #141B82 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 27 130 -
CMYK 0.85 0.79 0 0.49
HSL 236.18º 0.73% 0.29% -
HSV(B) 236.18º 0.85% 0.51% -
XYZ 4.71 2.54 21.36 -
YUV 36.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 20 27 130 0.85 0.79 0 0.49 236.18 0.73 0.29
Hex 14 1B 82 55 4F 0 31 EC 49 1D
Octal 24 33 202 125 117 0 61 354 111 35
Binary 10100 11011 10000010 1010101 1001111 0 110001 11101100 1001001 11101

Color Harmonies of #141B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B82

Black with #141B82

Text Example


Text Example

White with #141B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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