Html Css Color HEX #1214AD New Midnight Blue

📋 copy color: '#1214AD'

red 18 ◦ green 20 ◦ blue 173

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

Shades of New Midnight Blue #1214AD

Tints of New Midnight Blue #1214AD

RGB

 RED value IS 18 (7.42% from 255) = 8.53%

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 8.53%
G = 9.48%
B = 81.99%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1214AD (or 0x1214AD) is known color: New Midnight Blue. HEX triplet: 12, 14 and AD. RGB value is (18,20,173). Sum of RGB (Red+Green+Blue) = 18+20+173=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #1214AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214AD is #EDEB52. Grayscale: #242424. Windows color (decimal): -15592275 or 11342866. OLE color: 11342866.

HSL color Cylindrical-coordinate representation of color #1214AD: hue angle of 239.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1214AD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 20 173 -
CMYK 0.90 0.88 0 0.32
HSL 239.23º 0.81% 0.37% -
HSV(B) 239.23º 0.9% 0.68% -
XYZ 8.04 3.65 39.82 -
YUV 36.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 18 20 173 0.90 0.88 0 0.32 239.23 0.81 0.37
Hex 12 14 AD 5A 58 0 20 EF 51 25
Octal 22 24 255 132 130 0 40 357 121 45
Binary 10010 10100 10101101 1011010 1011000 0 100000 11101111 1010001 100101

Color Harmonies of #1214AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214AD

Black with #1214AD

Text Example


Text Example

White with #1214AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1214AD; }

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

 H1.HeaderClassName
 {
   color: #1214AD;
 }
 .AnyTagClassName
 {
   color: #1214AD;
 }
</style>

background-color css

<style>
 a { background-color: #1214AD; }

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

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

border-color css

<style>
 span { border-color: #1214AD; }

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

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