Html Css Color HEX #1304AE New Midnight Blue

📋 copy color: '#1304AE'

red 19 ◦ green 4 ◦ blue 174

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

Shades of New Midnight Blue #1304AE

Tints of New Midnight Blue #1304AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 9.64%
G = 2.03%
B = 88.32%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1304AE (or 0x1304AE) is known color: New Midnight Blue. HEX triplet: 13, 04 and AE. RGB value is (19,4,174). Sum of RGB (Red+Green+Blue) = 19+4+174=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #1304AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304AE is #ECFB51. Grayscale: #1B1B1B. Windows color (decimal): -15530834 or 11404307. OLE color: 11404307.

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

Color convert

RGB 19 4 174 -
CMYK 0.89 0.98 0 0.32
HSL 245.29º 0.96% 0.35% -
HSV(B) 245.29º 0.98% 0.68% -
XYZ 7.95 3.28 40.26 -
YUV 27.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 19 4 174 0.89 0.98 0 0.32 245.29 0.96 0.35
Hex 13 4 AE 59 62 0 20 F5 60 23
Octal 23 4 256 131 142 0 40 365 140 43
Binary 10011 100 10101110 1011001 1100010 0 100000 11110101 1100000 100011

Color Harmonies of #1304AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304AE

Black with #1304AE

Text Example


Text Example

White with #1304AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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