Html Css Color HEX #14237C Midnight Blue

📋 copy color: '#14237C'

red 20 ◦ green 35 ◦ blue 124

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

Shades of Midnight Blue #14237C

Tints of Midnight Blue #14237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 11.17%
G = 19.55%
B = 69.27%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14237C (or 0x14237C) is known color: Midnight Blue. HEX triplet: 14, 23 and 7C. RGB value is (20,35,124). Sum of RGB (Red+Green+Blue) = 20+35+124=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #14237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14237C is #EBDC83. Grayscale: #282828. Windows color (decimal): -15457412 or 8135444. OLE color: 8135444.

HSL color Cylindrical-coordinate representation of color #14237C: hue angle of 231.35º 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 #14237C is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 35 124 -
CMYK 0.84 0.72 0 0.51
HSL 231.35º 0.72% 0.28% -
HSV(B) 231.35º 0.84% 0.49% -
XYZ 4.53 2.81 19.37 -
YUV 40.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 20 35 124 0.84 0.72 0 0.51 231.35 0.72 0.28
Hex 14 23 7C 54 48 0 33 E7 48 1C
Octal 24 43 174 124 110 0 63 347 110 34
Binary 10100 100011 1111100 1010100 1001000 0 110011 11100111 1001000 11100

Color Harmonies of #14237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14237C

Black with #14237C

Text Example


Text Example

White with #14237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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