Html Css Color HEX #141A5E Midnight Blue

📋 copy color: '#141A5E'

red 20 ◦ green 26 ◦ blue 94

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

Shades of Midnight Blue #141A5E

Tints of Midnight Blue #141A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

 BLUE value IS 94 (37.11% from 255) = 67.14%

R = 14.29%
G = 18.57%
B = 67.14%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#141A5E (or 0x141A5E) is known color: Midnight Blue. HEX triplet: 14, 1A and 5E. RGB value is (20,26,94). Sum of RGB (Red+Green+Blue) = 20+26+94=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #141A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A5E is #EBE5A1. Grayscale: #1F1F1F. Windows color (decimal): -15459746 or 6167060. OLE color: 6167060.

HSL color Cylindrical-coordinate representation of color #141A5E: hue angle of 235.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141A5E is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 26 94 -
CMYK 0.79 0.72 0 0.63
HSL 235.14º 0.65% 0.22% -
HSV(B) 235.14º 0.79% 0.37% -
XYZ 2.68 1.7 10.78 -
YUV 31.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 20 26 94 0.79 0.72 0 0.63 235.14 0.65 0.22
Hex 14 1A 5E 4F 48 0 3F EB 41 16
Octal 24 32 136 117 110 0 77 353 101 26
Binary 10100 11010 1011110 1001111 1001000 0 111111 11101011 1000001 10110

Color Harmonies of #141A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A5E

Black with #141A5E

Text Example


Text Example

White with #141A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,26,94); }

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

background-color css

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

 a { background-color: rgb(20,26,94); }

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

border-color css

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

 span { border-color: rgb(20,26,94); }

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