#14248A

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

Shades of Midnight Blue #14248A

Tints of Midnight Blue #14248A

Color information

#14248A (or 0x14248A) is unknown color: approx Midnight Blue. HEX triplet: 14, 24 and 8A. RGB value is (20,36,138). Sum of RGB (Red+Green+Blue) = 20+36+138=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #14248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14248A is #EBDB75. Grayscale: #2A2A2A. Windows color (decimal): -15457142 or 9053204. OLE color: 9053204.

HSL color Cylindrical-coordinate representation of color #14248A: hue angle of 231.86º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14248A is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2036138-
CMYK0.860.7400.46
HSL231.86º74.68%30.98%-
HSV(B)231.86º85.51%54.12%-
XYZ5.513.2524.38-
YUV42.84181.7111.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=10.31%
G=18.56%
B=71.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20361380.860.7400.46231.8674.6830.98
Hex14248A564A02Ee84b1f
Octal244421212611205635011337
Binary101001001001000101010101101001010010111011101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14248A; }

 p { color: rgb(20,36,138); }

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

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

 a { background-color: rgb(20,36,138); }

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

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

 span { border-color: rgb(20,36,138); }

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