Html Css Color HEX #14175A Midnight Blue

📋 copy color: '#14175A'

red 20 ◦ green 23 ◦ blue 90

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

Shades of Midnight Blue #14175A

Tints of Midnight Blue #14175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.67%

R = 15.04%
G = 17.29%
B = 67.67%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14175A (or 0x14175A) is known color: Midnight Blue. HEX triplet: 14, 17 and 5A. RGB value is (20,23,90). Sum of RGB (Red+Green+Blue) = 20+23+90=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #14175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14175A is #EBE8A5. Grayscale: #1D1D1D. Windows color (decimal): -15460518 or 5904148. OLE color: 5904148.

HSL color Cylindrical-coordinate representation of color #14175A: hue angle of 237.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14175A is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 23 90 -
CMYK 0.78 0.74 0 0.65
HSL 237.43º 0.64% 0.22% -
HSV(B) 237.43º 0.78% 0.35% -
XYZ 2.44 1.5 9.83 -
YUV 29.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 20 23 90 0.78 0.74 0 0.65 237.43 0.64 0.22
Hex 14 17 5A 4E 4A 0 41 ED 40 16
Octal 24 27 132 116 112 0 101 355 100 26
Binary 10100 10111 1011010 1001110 1001010 0 1000001 11101101 1000000 10110

Color Harmonies of #14175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14175A

Black with #14175A

Text Example


Text Example

White with #14175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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