Html Css Color HEX #14237F Midnight Blue

📋 copy color: '#14237F'

red 20 ◦ green 35 ◦ blue 127

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

Shades of Midnight Blue #14237F

Tints of Midnight Blue #14237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.78%

R = 10.99%
G = 19.23%
B = 69.78%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14237F (or 0x14237F) is known color: Midnight Blue. HEX triplet: 14, 23 and 7F. RGB value is (20,35,127). Sum of RGB (Red+Green+Blue) = 20+35+127=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #14237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14237F is #EBDC80. Grayscale: #282828. Windows color (decimal): -15457409 or 8332052. OLE color: 8332052.

HSL color Cylindrical-coordinate representation of color #14237F: hue angle of 231.59º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14237F is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 35 127 -
CMYK 0.84 0.72 0 0.50
HSL 231.59º 0.73% 0.29% -
HSV(B) 231.59º 0.84% 0.5% -
XYZ 4.72 2.88 20.39 -
YUV 41 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 20 35 127 0.84 0.72 0 0.50 231.59 0.73 0.29
Hex 14 23 7F 54 48 0 32 E8 49 1D
Octal 24 43 177 124 110 0 62 350 111 35
Binary 10100 100011 1111111 1010100 1001000 0 110010 11101000 1001001 11101

Color Harmonies of #14237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14237F

Black with #14237F

Text Example


Text Example

White with #14237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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