#141862

Color #141862 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #141862

Tints of Midnight Blue #141862

Color information

#141862 (or 0x141862) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 62. RGB value is (20,24,98). Sum of RGB (Red+Green+Blue) = 20+24+98=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #141862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141862 is #EBE79D. Grayscale: #1E1E1E. Windows color (decimal): -15460254 or 6428692. OLE color: 6428692.

HSL color Cylindrical-coordinate representation of color #141862: hue angle of 236.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141862 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202498-
CMYK0.800.7600.62
HSL236.92º66.1%23.14%-
HSV(B)236.92º79.59%38.43%-
XYZ2.821.6811.73-
YUV31.24165.67119.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=14.08%
G=16.90%
B=69.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2024980.800.7600.62236.9266.123.14
Hex141862504C03Eed4217
Octal243014212011407635510227
Binary1010011000110001010100001001100011111011101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141862; }

 p { color: rgb(20,24,98); }

 H1.HeaderClassName
 {
   color: #141862;
 }
 .AnyTagClassName
 {
   color: #141862;
 }
</style>
background-color css

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

 a { background-color: rgb(20,24,98); }

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

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

 span { border-color: rgb(20,24,98); }

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