Html Css Color HEX #14066D Midnight Blue

📋 copy color: '#14066D'

red 20 ◦ green 6 ◦ blue 109

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

Shades of Midnight Blue #14066D

Tints of Midnight Blue #14066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 14.81%
G = 4.44%
B = 80.74%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14066D (or 0x14066D) is known color: Midnight Blue. HEX triplet: 14, 06 and 6D. RGB value is (20,6,109). Sum of RGB (Red+Green+Blue) = 20+6+109=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #14066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14066D is #EBF992. Grayscale: #151515. Windows color (decimal): -15464851 or 7144980. OLE color: 7144980.

HSL color Cylindrical-coordinate representation of color #14066D: hue angle of 248.16º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14066D is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 6 109 -
CMYK 0.82 0.94 0 0.57
HSL 248.16º 0.9% 0.23% -
HSV(B) 248.16º 0.94% 0.43% -
XYZ 3.11 1.38 14.57 -
YUV 21.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 20 6 109 0.82 0.94 0 0.57 248.16 0.9 0.23
Hex 14 6 6D 52 5E 0 39 F8 5A 17
Octal 24 6 155 122 136 0 71 370 132 27
Binary 10100 110 1101101 1010010 1011110 0 111001 11111000 1011010 10111

Color Harmonies of #14066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14066D

Black with #14066D

Text Example


Text Example

White with #14066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,6,109); }

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

background-color css

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

 a { background-color: rgb(20,6,109); }

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

border-color css

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

 span { border-color: rgb(20,6,109); }

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