Html Css Color HEX #1509AD New Midnight Blue

📋 copy color: '#1509AD'

red 21 ◦ green 9 ◦ blue 173

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

Shades of New Midnight Blue #1509AD

Tints of New Midnight Blue #1509AD

RGB

 RED value IS 21 (8.59% from 255) = 10.34%

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 10.34%
G = 4.43%
B = 85.22%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1509AD (or 0x1509AD) is known color: New Midnight Blue. HEX triplet: 15, 09 and AD. RGB value is (21,9,173). Sum of RGB (Red+Green+Blue) = 21+9+173=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #1509AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509AD is #EAF652. Grayscale: #1E1E1E. Windows color (decimal): -15398483 or 11340053. OLE color: 11340053.

HSL color Cylindrical-coordinate representation of color #1509AD: hue angle of 244.39º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1509AD is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 9 173 -
CMYK 0.88 0.95 0 0.32
HSL 244.39º 0.9% 0.36% -
HSV(B) 244.39º 0.95% 0.68% -
XYZ 7.95 3.37 39.77 -
YUV 31.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 21 9 173 0.88 0.95 0 0.32 244.39 0.9 0.36
Hex 15 9 AD 58 5F 0 20 F4 5A 24
Octal 25 11 255 130 137 0 40 364 132 44
Binary 10101 1001 10101101 1011000 1011111 0 100000 11110100 1011010 100100

Color Harmonies of #1509AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509AD

Black with #1509AD

Text Example


Text Example

White with #1509AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,9,173); }

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

background-color css

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

 a { background-color: rgb(21,9,173); }

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

border-color css

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

 span { border-color: rgb(21,9,173); }

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