Html Css Color HEX #14155C Midnight Blue

📋 copy color: '#14155C'

red 20 ◦ green 21 ◦ blue 92

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

Shades of Midnight Blue #14155C

Tints of Midnight Blue #14155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

 BLUE value IS 92 (36.33% from 255) = 69.17%

R = 15.04%
G = 15.79%
B = 69.17%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14155C (or 0x14155C) is known color: Midnight Blue. HEX triplet: 14, 15 and 5C. RGB value is (20,21,92). Sum of RGB (Red+Green+Blue) = 20+21+92=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #14155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14155C is #EBEAA3. Grayscale: #1C1C1C. Windows color (decimal): -15461028 or 6034708. OLE color: 6034708.

HSL color Cylindrical-coordinate representation of color #14155C: hue angle of 239.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14155C is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 21 92 -
CMYK 0.78 0.77 0 0.64
HSL 239.17º 0.64% 0.22% -
HSV(B) 239.17º 0.78% 0.36% -
XYZ 2.49 1.46 10.28 -
YUV 28.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 20 21 92 0.78 0.77 0 0.64 239.17 0.64 0.22
Hex 14 15 5C 4E 4D 0 40 EF 40 16
Octal 24 25 134 116 115 0 100 357 100 26
Binary 10100 10101 1011100 1001110 1001101 0 1000000 11101111 1000000 10110

Color Harmonies of #14155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14155C

Black with #14155C

Text Example


Text Example

White with #14155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,21,92); }

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

background-color css

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

 a { background-color: rgb(20,21,92); }

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

border-color css

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

 span { border-color: rgb(20,21,92); }

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