Html Css Color HEX #14125A Midnight Blue

📋 copy color: '#14125A'

red 20 ◦ green 18 ◦ blue 90

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

Shades of Midnight Blue #14125A

Tints of Midnight Blue #14125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

 BLUE value IS 90 (35.55% from 255) = 70.31%

R = 15.63%
G = 14.06%
B = 70.31%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14125A (or 0x14125A) is known color: Midnight Blue. HEX triplet: 14, 12 and 5A. RGB value is (20,18,90). Sum of RGB (Red+Green+Blue) = 20+18+90=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #14125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14125A is #EBEDA5. Grayscale: #1A1A1A. Windows color (decimal): -15461798 or 5902868. OLE color: 5902868.

HSL color Cylindrical-coordinate representation of color #14125A: hue angle of 241.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14125A is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 18 90 -
CMYK 0.78 0.80 0 0.65
HSL 241.67º 0.67% 0.21% -
HSV(B) 241.67º 0.8% 0.35% -
XYZ 2.35 1.32 9.8 -
YUV 26.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 20 18 90 0.78 0.80 0 0.65 241.67 0.67 0.21
Hex 14 12 5A 4E 50 0 41 F2 43 15
Octal 24 22 132 116 120 0 101 362 103 25
Binary 10100 10010 1011010 1001110 1010000 0 1000001 11110010 1000011 10101

Color Harmonies of #14125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14125A

Black with #14125A

Text Example


Text Example

White with #14125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14125A; }

 p { color: rgb(20,18,90); }

 H1.HeaderClassName
 {
   color: #14125A;
 }
 .AnyTagClassName
 {
   color: #14125A;
 }
</style>

background-color css

<style>
 a { background-color: #14125A; }

 a { background-color: rgb(20,18,90); }

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

border-color css

<style>
 span { border-color: #14125A; }

 span { border-color: rgb(20,18,90); }

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