Html Css Color HEX #1305AE New Midnight Blue

📋 copy color: '#1305AE'

red 19 ◦ green 5 ◦ blue 174

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

Shades of New Midnight Blue #1305AE

Tints of New Midnight Blue #1305AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 9.6%
G = 2.53%
B = 87.88%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1305AE (or 0x1305AE) is known color: New Midnight Blue. HEX triplet: 13, 05 and AE. RGB value is (19,5,174). Sum of RGB (Red+Green+Blue) = 19+5+174=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 174 (68.36% from 255 or 87.88% from 198); Max value from RGB is 174 - color contains mainly: blue. Hex color #1305AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1305AE is #ECFA51. Grayscale: #1B1B1B. Windows color (decimal): -15530578 or 11404563. OLE color: 11404563.

HSL color Cylindrical-coordinate representation of color #1305AE: hue angle of 244.97º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1305AE is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 5 174 -
CMYK 0.89 0.97 0 0.32
HSL 244.97º 0.94% 0.35% -
HSV(B) 244.97º 0.97% 0.68% -
XYZ 7.96 3.3 40.26 -
YUV 28.45 210.14 121.26 -
System Red Green Blue C M Y K H S L
Decimal 19 5 174 0.89 0.97 0 0.32 244.97 0.94 0.35
Hex 13 5 AE 59 61 0 20 F5 5E 23
Octal 23 5 256 131 141 0 40 365 136 43
Binary 10011 101 10101110 1011001 1100001 0 100000 11110101 1011110 100011

Color Harmonies of #1305AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1305AE

Black with #1305AE

Text Example


Text Example

White with #1305AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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