Html Css Color HEX #1507AF New Midnight Blue

📋 copy color: '#1507AF'

red 21 ◦ green 7 ◦ blue 175

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

Shades of New Midnight Blue #1507AF

Tints of New Midnight Blue #1507AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 10.34%
G = 3.45%
B = 86.21%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1507AF (or 0x1507AF) is known color: New Midnight Blue. HEX triplet: 15, 07 and AF. RGB value is (21,7,175). Sum of RGB (Red+Green+Blue) = 21+7+175=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #1507AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1507AF is #EAF850. Grayscale: #1D1D1D. Windows color (decimal): -15398993 or 11470613. OLE color: 11470613.

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

Color convert

RGB 21 7 175 -
CMYK 0.88 0.96 0 0.31
HSL 245º 0.92% 0.36% -
HSV(B) 245º 0.96% 0.69% -
XYZ 8.12 3.41 40.79 -
YUV 30.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 21 7 175 0.88 0.96 0 0.31 245 0.92 0.36
Hex 15 7 AF 58 60 0 1F F5 5C 24
Octal 25 7 257 130 140 0 37 365 134 44
Binary 10101 111 10101111 1011000 1100000 0 11111 11110101 1011100 100100

Color Harmonies of #1507AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1507AF

Black with #1507AF

Text Example


Text Example

White with #1507AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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