Html Css Color HEX #1304AD New Midnight Blue

📋 copy color: '#1304AD'

red 19 ◦ green 4 ◦ blue 173

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

Shades of New Midnight Blue #1304AD

Tints of New Midnight Blue #1304AD

RGB

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

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

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

R = 9.69%
G = 2.04%
B = 88.27%

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

#1304AD (or 0x1304AD) is known color: New Midnight Blue. HEX triplet: 13, 04 and AD. RGB value is (19,4,173). Sum of RGB (Red+Green+Blue) = 19+4+173=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #1304AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1304AD is #ECFB52. Grayscale: #1B1B1B. Windows color (decimal): -15530835 or 11338771. OLE color: 11338771.

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

Color convert

RGB 19 4 173 -
CMYK 0.89 0.98 0 0.32
HSL 245.33º 0.95% 0.35% -
HSV(B) 245.33º 0.98% 0.68% -
XYZ 7.85 3.24 39.75 -
YUV 27.75 209.97 121.76 -
System Red Green Blue C M Y K H S L
Decimal 19 4 173 0.89 0.98 0 0.32 245.33 0.95 0.35
Hex 13 4 AD 59 62 0 20 F5 5F 23
Octal 23 4 255 131 142 0 40 365 137 43
Binary 10011 100 10101101 1011001 1100010 0 100000 11110101 1011111 100011

Color Harmonies of #1304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304AD

Black with #1304AD

Text Example


Text Example

White with #1304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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