Html Css Color HEX #1310AC New Midnight Blue

📋 copy color: '#1310AC'

red 19 ◦ green 16 ◦ blue 172

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

Shades of New Midnight Blue #1310AC

Tints of New Midnight Blue #1310AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 172 (67.58% from 255) = 83.09%

R = 9.18%
G = 7.73%
B = 83.09%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1310AC (or 0x1310AC) is known color: New Midnight Blue. HEX triplet: 13, 10 and AC. RGB value is (19,16,172). Sum of RGB (Red+Green+Blue) = 19+16+172=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #1310AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1310AC is #ECEF53. Grayscale: #222222. Windows color (decimal): -15527764 or 11276307. OLE color: 11276307.

HSL color Cylindrical-coordinate representation of color #1310AC: hue angle of 241.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1310AC is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 16 172 -
CMYK 0.89 0.91 0 0.33
HSL 241.15º 0.83% 0.37% -
HSV(B) 241.15º 0.91% 0.67% -
XYZ 7.9 3.49 39.29 -
YUV 34.68 205.49 116.82 -
System Red Green Blue C M Y K H S L
Decimal 19 16 172 0.89 0.91 0 0.33 241.15 0.83 0.37
Hex 13 10 AC 59 5B 0 21 F1 53 25
Octal 23 20 254 131 133 0 41 361 123 45
Binary 10011 10000 10101100 1011001 1011011 0 100001 11110001 1010011 100101

Color Harmonies of #1310AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310AC

Black with #1310AC

Text Example


Text Example

White with #1310AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1310AC; }

 p { color: rgb(19,16,172); }

 H1.HeaderClassName
 {
   color: #1310AC;
 }
 .AnyTagClassName
 {
   color: #1310AC;
 }
</style>

background-color css

<style>
 a { background-color: #1310AC; }

 a { background-color: rgb(19,16,172); }

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

border-color css

<style>
 span { border-color: #1310AC; }

 span { border-color: rgb(19,16,172); }

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