Html Css Color HEX #1215AE New Midnight Blue

📋 copy color: '#1215AE'

red 18 ◦ green 21 ◦ blue 174

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

Shades of New Midnight Blue #1215AE

Tints of New Midnight Blue #1215AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 174 (68.36% from 255) = 81.69%

R = 8.45%
G = 9.86%
B = 81.69%

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

#1215AE (or 0x1215AE) is known color: New Midnight Blue. HEX triplet: 12, 15 and AE. RGB value is (18,21,174). Sum of RGB (Red+Green+Blue) = 18+21+174=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1215AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1215AE is #EDEA51. Grayscale: #242424. Windows color (decimal): -15592018 or 11408658. OLE color: 11408658.

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

Color convert

RGB 18 21 174 -
CMYK 0.90 0.88 0 0.32
HSL 238.85º 0.81% 0.38% -
HSV(B) 238.85º 0.9% 0.68% -
XYZ 8.16 3.72 40.33 -
YUV 37.55 205.01 114.06 -
System Red Green Blue C M Y K H S L
Decimal 18 21 174 0.90 0.88 0 0.32 238.85 0.81 0.38
Hex 12 15 AE 5A 58 0 20 EF 51 26
Octal 22 25 256 132 130 0 40 357 121 46
Binary 10010 10101 10101110 1011010 1011000 0 100000 11101111 1010001 100110

Color Harmonies of #1215AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215AE

Black with #1215AE

Text Example


Text Example

White with #1215AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1215AE; }

 p { color: rgb(18,21,174); }

 H1.HeaderClassName
 {
   color: #1215AE;
 }
 .AnyTagClassName
 {
   color: #1215AE;
 }
</style>

background-color css

<style>
 a { background-color: #1215AE; }

 a { background-color: rgb(18,21,174); }

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

border-color css

<style>
 span { border-color: #1215AE; }

 span { border-color: rgb(18,21,174); }

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