Html Css Color HEX #1213AE New Midnight Blue

📋 copy color: '#1213AE'

red 18 ◦ green 19 ◦ blue 174

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

Shades of New Midnight Blue #1213AE

Tints of New Midnight Blue #1213AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 8.53%
G = 9%
B = 82.46%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1213AE (or 0x1213AE) is known color: New Midnight Blue. HEX triplet: 12, 13 and AE. RGB value is (18,19,174). Sum of RGB (Red+Green+Blue) = 18+19+174=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #1213AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213AE is #EDEC51. Grayscale: #232323. Windows color (decimal): -15592530 or 11408146. OLE color: 11408146.

HSL color Cylindrical-coordinate representation of color #1213AE: hue angle of 239.62º 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 #1213AE is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 19 174 -
CMYK 0.90 0.89 0 0.32
HSL 239.62º 0.81% 0.38% -
HSV(B) 239.62º 0.9% 0.68% -
XYZ 8.12 3.65 40.32 -
YUV 36.37 205.67 114.9 -
System Red Green Blue C M Y K H S L
Decimal 18 19 174 0.90 0.89 0 0.32 239.62 0.81 0.38
Hex 12 13 AE 5A 59 0 20 F0 51 26
Octal 22 23 256 132 131 0 40 360 121 46
Binary 10010 10011 10101110 1011010 1011001 0 100000 11110000 1010001 100110

Color Harmonies of #1213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1213AE

Black with #1213AE

Text Example


Text Example

White with #1213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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