Html Css Color HEX #14175C Midnight Blue

📋 copy color: '#14175C'

red 20 ◦ green 23 ◦ blue 92

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

Shades of Midnight Blue #14175C

Tints of Midnight Blue #14175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 14.81%
G = 17.04%
B = 68.15%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14175C (or 0x14175C) is known color: Midnight Blue. HEX triplet: 14, 17 and 5C. RGB value is (20,23,92). Sum of RGB (Red+Green+Blue) = 20+23+92=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #14175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14175C is #EBE8A3. Grayscale: #1D1D1D. Windows color (decimal): -15460516 or 6035220. OLE color: 6035220.

HSL color Cylindrical-coordinate representation of color #14175C: hue angle of 237.5º 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 #14175C is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 23 92 -
CMYK 0.78 0.75 0 0.64
HSL 237.5º 0.64% 0.22% -
HSV(B) 237.5º 0.78% 0.36% -
XYZ 2.53 1.53 10.29 -
YUV 29.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 20 23 92 0.78 0.75 0 0.64 237.5 0.64 0.22
Hex 14 17 5C 4E 4B 0 40 EE 40 16
Octal 24 27 134 116 113 0 100 356 100 26
Binary 10100 10111 1011100 1001110 1001011 0 1000000 11101110 1000000 10110

Color Harmonies of #14175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14175C

Black with #14175C

Text Example


Text Example

White with #14175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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