Html Css Color HEX #14176C Midnight Blue

📋 copy color: '#14176C'

red 20 ◦ green 23 ◦ blue 108

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

Shades of Midnight Blue #14176C

Tints of Midnight Blue #14176C

RGB

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

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

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

R = 13.25%
G = 15.23%
B = 71.52%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14176C (or 0x14176C) is known color: Midnight Blue. HEX triplet: 14, 17 and 6C. RGB value is (20,23,108). Sum of RGB (Red+Green+Blue) = 20+23+108=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #14176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14176C is #EBE893. Grayscale: #1F1F1F. Windows color (decimal): -15460500 or 7083796. OLE color: 7083796.

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

Color convert

RGB 20 23 108 -
CMYK 0.81 0.79 0 0.58
HSL 237.95º 0.69% 0.25% -
HSV(B) 237.95º 0.81% 0.42% -
XYZ 3.3 1.84 14.37 -
YUV 31.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 20 23 108 0.81 0.79 0 0.58 237.95 0.69 0.25
Hex 14 17 6C 51 4F 0 3A EE 45 19
Octal 24 27 154 121 117 0 72 356 105 31
Binary 10100 10111 1101100 1010001 1001111 0 111010 11101110 1000101 11001

Color Harmonies of #14176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14176C

Black with #14176C

Text Example


Text Example

White with #14176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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