Html Css Color HEX #14277F Midnight Blue

📋 copy color: '#14277F'

red 20 ◦ green 39 ◦ blue 127

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

Shades of Midnight Blue #14277F

Tints of Midnight Blue #14277F

RGB

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

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

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

R = 10.75%
G = 20.97%
B = 68.28%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14277F (or 0x14277F) is known color: Midnight Blue. HEX triplet: 14, 27 and 7F. RGB value is (20,39,127). Sum of RGB (Red+Green+Blue) = 20+39+127=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #14277F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14277F is #EBD880. Grayscale: #2A2A2A. Windows color (decimal): -15456385 or 8333076. OLE color: 8333076.

HSL color Cylindrical-coordinate representation of color #14277F: hue angle of 229.35º 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 #14277F is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 39 127 -
CMYK 0.84 0.69 0 0.50
HSL 229.35º 0.73% 0.29% -
HSV(B) 229.35º 0.84% 0.5% -
XYZ 4.84 3.13 20.43 -
YUV 43.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 20 39 127 0.84 0.69 0 0.50 229.35 0.73 0.29
Hex 14 27 7F 54 45 0 32 E5 49 1D
Octal 24 47 177 124 105 0 62 345 111 35
Binary 10100 100111 1111111 1010100 1000101 0 110010 11100101 1001001 11101

Color Harmonies of #14277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14277F

Black with #14277F

Text Example


Text Example

White with #14277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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