Html Css Color HEX #14085D Midnight Blue

📋 copy color: '#14085D'

red 20 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #14085D

Tints of Midnight Blue #14085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

 BLUE value IS 93 (36.72% from 255) = 76.86%

R = 16.53%
G = 6.61%
B = 76.86%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14085D (or 0x14085D) is known color: Midnight Blue. HEX triplet: 14, 08 and 5D. RGB value is (20,8,93). Sum of RGB (Red+Green+Blue) = 20+8+93=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #14085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085D is #EBF7A2. Grayscale: #141414. Windows color (decimal): -15464355 or 6096916. OLE color: 6096916.

HSL color Cylindrical-coordinate representation of color #14085D: hue angle of 248.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14085D is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 8 93 -
CMYK 0.78 0.91 0 0.64
HSL 248.47º 0.84% 0.2% -
HSV(B) 248.47º 0.91% 0.36% -
XYZ 2.35 1.11 10.45 -
YUV 21.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 20 8 93 0.78 0.91 0 0.64 248.47 0.84 0.2
Hex 14 8 5D 4E 5B 0 40 F8 54 14
Octal 24 10 135 116 133 0 100 370 124 24
Binary 10100 1000 1011101 1001110 1011011 0 1000000 11111000 1010100 10100

Color Harmonies of #14085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14085D

Black with #14085D

Text Example


Text Example

White with #14085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14085D; }

 p { color: rgb(20,8,93); }

 H1.HeaderClassName
 {
   color: #14085D;
 }
 .AnyTagClassName
 {
   color: #14085D;
 }
</style>

background-color css

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

 a { background-color: rgb(20,8,93); }

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

border-color css

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

 span { border-color: rgb(20,8,93); }

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