Html Css Color HEX #14046F Midnight Blue

📋 copy color: '#14046F'

red 20 ◦ green 4 ◦ blue 111

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

Shades of Midnight Blue #14046F

Tints of Midnight Blue #14046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

 BLUE value IS 111 (43.75% from 255) = 82.22%

R = 14.81%
G = 2.96%
B = 82.22%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14046F (or 0x14046F) is known color: Midnight Blue. HEX triplet: 14, 04 and 6F. RGB value is (20,4,111). Sum of RGB (Red+Green+Blue) = 20+4+111=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #14046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14046F is #EBFB90. Grayscale: #141414. Windows color (decimal): -15465361 or 7275540. OLE color: 7275540.

HSL color Cylindrical-coordinate representation of color #14046F: hue angle of 248.97º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14046F is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 4 111 -
CMYK 0.82 0.96 0 0.56
HSL 248.97º 0.93% 0.23% -
HSV(B) 248.97º 0.96% 0.44% -
XYZ 3.2 1.38 15.14 -
YUV 20.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 20 4 111 0.82 0.96 0 0.56 248.97 0.93 0.23
Hex 14 4 6F 52 60 0 38 F9 5D 17
Octal 24 4 157 122 140 0 70 371 135 27
Binary 10100 100 1101111 1010010 1100000 0 111000 11111001 1011101 10111

Color Harmonies of #14046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14046F

Black with #14046F

Text Example


Text Example

White with #14046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14046F; }

 p { color: rgb(20,4,111); }

 H1.HeaderClassName
 {
   color: #14046F;
 }
 .AnyTagClassName
 {
   color: #14046F;
 }
</style>

background-color css

<style>
 a { background-color: #14046F; }

 a { background-color: rgb(20,4,111); }

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

border-color css

<style>
 span { border-color: #14046F; }

 span { border-color: rgb(20,4,111); }

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