Html Css Color HEX #14085E Midnight Blue

📋 copy color: '#14085E'

red 20 ◦ green 8 ◦ blue 94

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

Shades of Midnight Blue #14085E

Tints of Midnight Blue #14085E

RGB

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

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

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

R = 16.39%
G = 6.56%
B = 77.05%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14085E (or 0x14085E) is known color: Midnight Blue. HEX triplet: 14, 08 and 5E. RGB value is (20,8,94). Sum of RGB (Red+Green+Blue) = 20+8+94=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #14085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14085E is #EBF7A1. Grayscale: #151515. Windows color (decimal): -15464354 or 6162452. OLE color: 6162452.

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

Color convert

RGB 20 8 94 -
CMYK 0.79 0.91 0 0.63
HSL 248.37º 0.84% 0.2% -
HSV(B) 248.37º 0.91% 0.37% -
XYZ 2.4 1.13 10.68 -
YUV 21.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 20 8 94 0.79 0.91 0 0.63 248.37 0.84 0.2
Hex 14 8 5E 4F 5B 0 3F F8 54 14
Octal 24 10 136 117 133 0 77 370 124 24
Binary 10100 1000 1011110 1001111 1011011 0 111111 11111000 1010100 10100

Color Harmonies of #14085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14085E

Black with #14085E

Text Example


Text Example

White with #14085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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