Html Css Color HEX #1509AF New Midnight Blue

📋 copy color: '#1509AF'

red 21 ◦ green 9 ◦ blue 175

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

Shades of New Midnight Blue #1509AF

Tints of New Midnight Blue #1509AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 85.37%

R = 10.24%
G = 4.39%
B = 85.37%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1509AF (or 0x1509AF) is known color: New Midnight Blue. HEX triplet: 15, 09 and AF. RGB value is (21,9,175). Sum of RGB (Red+Green+Blue) = 21+9+175=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 175 (68.75% from 255 or 85.37% from 205); Max value from RGB is 175 - color contains mainly: blue. Hex color #1509AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509AF is #EAF650. Grayscale: #1E1E1E. Windows color (decimal): -15398481 or 11471125. OLE color: 11471125.

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

Color convert

RGB 21 9 175 -
CMYK 0.88 0.95 0 0.31
HSL 244.34º 0.9% 0.36% -
HSV(B) 244.34º 0.95% 0.69% -
XYZ 8.14 3.45 40.79 -
YUV 31.51 208.98 120.5 -
System Red Green Blue C M Y K H S L
Decimal 21 9 175 0.88 0.95 0 0.31 244.34 0.9 0.36
Hex 15 9 AF 58 5F 0 1F F4 5A 24
Octal 25 11 257 130 137 0 37 364 132 44
Binary 10101 1001 10101111 1011000 1011111 0 11111 11110100 1011010 100100

Color Harmonies of #1509AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509AF

Black with #1509AF

Text Example


Text Example

White with #1509AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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