Html Css Color HEX #1312AD New Midnight Blue

📋 copy color: '#1312AD'

red 19 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #1312AD

Tints of New Midnight Blue #1312AD

RGB

 RED value IS 19 (7.81% from 255) = 9.05%

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

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

R = 9.05%
G = 8.57%
B = 82.38%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1312AD (or 0x1312AD) is known color: New Midnight Blue. HEX triplet: 13, 12 and AD. RGB value is (19,18,173). Sum of RGB (Red+Green+Blue) = 19+18+173=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #1312AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1312AD is #ECED52. Grayscale: #232323. Windows color (decimal): -15527251 or 11342355. OLE color: 11342355.

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

Color convert

RGB 19 18 173 -
CMYK 0.89 0.90 0 0.32
HSL 240.39º 0.81% 0.37% -
HSV(B) 240.39º 0.9% 0.68% -
XYZ 8.03 3.59 39.8 -
YUV 35.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 19 18 173 0.89 0.90 0 0.32 240.39 0.81 0.37
Hex 13 12 AD 59 5A 0 20 F0 51 25
Octal 23 22 255 131 132 0 40 360 121 45
Binary 10011 10010 10101101 1011001 1011010 0 100000 11110000 1010001 100101

Color Harmonies of #1312AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1312AD

Black with #1312AD

Text Example


Text Example

White with #1312AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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