Html Css Color HEX #14036C Midnight Blue

📋 copy color: '#14036C'

red 20 ◦ green 3 ◦ blue 108

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

Shades of Midnight Blue #14036C

Tints of Midnight Blue #14036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 108 (42.58% from 255) = 82.44%

R = 15.27%
G = 2.29%
B = 82.44%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14036C (or 0x14036C) is known color: Midnight Blue. HEX triplet: 14, 03 and 6C. RGB value is (20,3,108). Sum of RGB (Red+Green+Blue) = 20+3+108=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #14036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14036C is #EBFC93. Grayscale: #131313. Windows color (decimal): -15465620 or 7078676. OLE color: 7078676.

HSL color Cylindrical-coordinate representation of color #14036C: hue angle of 249.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14036C is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 3 108 -
CMYK 0.81 0.97 0 0.58
HSL 249.71º 0.95% 0.22% -
HSV(B) 249.71º 0.97% 0.42% -
XYZ 3.03 1.3 14.28 -
YUV 20.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 20 3 108 0.81 0.97 0 0.58 249.71 0.95 0.22
Hex 14 3 6C 51 61 0 3A FA 5F 16
Octal 24 3 154 121 141 0 72 372 137 26
Binary 10100 11 1101100 1010001 1100001 0 111010 11111010 1011111 10110

Color Harmonies of #14036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14036C

Black with #14036C

Text Example


Text Example

White with #14036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14036C; }

 p { color: rgb(20,3,108); }

 H1.HeaderClassName
 {
   color: #14036C;
 }
 .AnyTagClassName
 {
   color: #14036C;
 }
</style>

background-color css

<style>
 a { background-color: #14036C; }

 a { background-color: rgb(20,3,108); }

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

border-color css

<style>
 span { border-color: #14036C; }

 span { border-color: rgb(20,3,108); }

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