Html Css Color HEX #14025A Midnight Blue

📋 copy color: '#14025A'

red 20 ◦ green 2 ◦ blue 90

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

Shades of Midnight Blue #14025A

Tints of Midnight Blue #14025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

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

R = 17.86%
G = 1.79%
B = 80.36%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14025A (or 0x14025A) is known color: Midnight Blue. HEX triplet: 14, 02 and 5A. RGB value is (20,2,90). Sum of RGB (Red+Green+Blue) = 20+2+90=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #14025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14025A is #EBFDA5. Grayscale: #111111. Windows color (decimal): -15465894 or 5898772. OLE color: 5898772.

HSL color Cylindrical-coordinate representation of color #14025A: hue angle of 252.27º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14025A is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 2 90 -
CMYK 0.78 0.98 0 0.65
HSL 252.27º 0.96% 0.18% -
HSV(B) 252.27º 0.98% 0.35% -
XYZ 2.16 0.93 9.74 -
YUV 17.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 20 2 90 0.78 0.98 0 0.65 252.27 0.96 0.18
Hex 14 2 5A 4E 62 0 41 FC 60 12
Octal 24 2 132 116 142 0 101 374 140 22
Binary 10100 10 1011010 1001110 1100010 0 1000001 11111100 1100000 10010

Color Harmonies of #14025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14025A

Black with #14025A

Text Example


Text Example

White with #14025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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