Html Css Color HEX #1303AD New Midnight Blue

📋 copy color: '#1303AD'

red 19 ◦ green 3 ◦ blue 173

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

Shades of New Midnight Blue #1303AD

Tints of New Midnight Blue #1303AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 9.74%
G = 1.54%
B = 88.72%

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

#1303AD (or 0x1303AD) is known color: New Midnight Blue. HEX triplet: 13, 03 and AD. RGB value is (19,3,173). Sum of RGB (Red+Green+Blue) = 19+3+173=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #1303AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1303AD is #ECFC52. Grayscale: #1A1A1A. Windows color (decimal): -15531091 or 11338515. OLE color: 11338515.

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

Color convert

RGB 19 3 173 -
CMYK 0.89 0.98 0 0.32
HSL 245.65º 0.97% 0.35% -
HSV(B) 245.65º 0.98% 0.68% -
XYZ 7.84 3.22 39.74 -
YUV 27.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 19 3 173 0.89 0.98 0 0.32 245.65 0.97 0.35
Hex 13 3 AD 59 62 0 20 F6 61 23
Octal 23 3 255 131 142 0 40 366 141 43
Binary 10011 11 10101101 1011001 1100010 0 100000 11110110 1100001 100011

Color Harmonies of #1303AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1303AD

Black with #1303AD

Text Example


Text Example

White with #1303AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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