Html Css Color HEX #14055A Midnight Blue

📋 copy color: '#14055A'

red 20 ◦ green 5 ◦ blue 90

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

Shades of Midnight Blue #14055A

Tints of Midnight Blue #14055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

 BLUE value IS 90 (35.55% from 255) = 78.26%

R = 17.39%
G = 4.35%
B = 78.26%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14055A (or 0x14055A) is known color: Midnight Blue. HEX triplet: 14, 05 and 5A. RGB value is (20,5,90). Sum of RGB (Red+Green+Blue) = 20+5+90=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #14055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14055A is #EBFAA5. Grayscale: #121212. Windows color (decimal): -15465126 or 5899540. OLE color: 5899540.

HSL color Cylindrical-coordinate representation of color #14055A: hue angle of 250.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14055A is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 5 90 -
CMYK 0.78 0.94 0 0.65
HSL 250.59º 0.89% 0.19% -
HSV(B) 250.59º 0.94% 0.35% -
XYZ 2.19 1 9.75 -
YUV 19.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 20 5 90 0.78 0.94 0 0.65 250.59 0.89 0.19
Hex 14 5 5A 4E 5E 0 41 FB 59 13
Octal 24 5 132 116 136 0 101 373 131 23
Binary 10100 101 1011010 1001110 1011110 0 1000001 11111011 1011001 10011

Color Harmonies of #14055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14055A

Black with #14055A

Text Example


Text Example

White with #14055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,5,90); }

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

background-color css

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

 a { background-color: rgb(20,5,90); }

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

border-color css

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

 span { border-color: rgb(20,5,90); }

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