Html Css Color HEX #14277C Midnight Blue

📋 copy color: '#14277C'

red 20 ◦ green 39 ◦ blue 124

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

Shades of Midnight Blue #14277C

Tints of Midnight Blue #14277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 124 (48.83% from 255) = 67.76%

R = 10.93%
G = 21.31%
B = 67.76%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14277C (or 0x14277C) is known color: Midnight Blue. HEX triplet: 14, 27 and 7C. RGB value is (20,39,124). Sum of RGB (Red+Green+Blue) = 20+39+124=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #14277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14277C is #EBD883. Grayscale: #2A2A2A. Windows color (decimal): -15456388 or 8136468. OLE color: 8136468.

HSL color Cylindrical-coordinate representation of color #14277C: hue angle of 229.04º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14277C is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 39 124 -
CMYK 0.84 0.69 0 0.51
HSL 229.04º 0.72% 0.28% -
HSV(B) 229.04º 0.84% 0.49% -
XYZ 4.65 3.05 19.41 -
YUV 43.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 20 39 124 0.84 0.69 0 0.51 229.04 0.72 0.28
Hex 14 27 7C 54 45 0 33 E5 48 1C
Octal 24 47 174 124 105 0 63 345 110 34
Binary 10100 100111 1111100 1010100 1000101 0 110011 11100101 1001000 11100

Color Harmonies of #14277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14277C

Black with #14277C

Text Example


Text Example

White with #14277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,39,124); }

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

background-color css

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

 a { background-color: rgb(20,39,124); }

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

border-color css

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

 span { border-color: rgb(20,39,124); }

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