Html Css Color HEX #1507AB New Midnight Blue

📋 copy color: '#1507AB'

red 21 ◦ green 7 ◦ blue 171

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

Shades of New Midnight Blue #1507AB

Tints of New Midnight Blue #1507AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 85.93%

R = 10.55%
G = 3.52%
B = 85.93%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1507AB (or 0x1507AB) is known color: New Midnight Blue. HEX triplet: 15, 07 and AB. RGB value is (21,7,171). Sum of RGB (Red+Green+Blue) = 21+7+171=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1507AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1507AB is #EAF854. Grayscale: #1D1D1D. Windows color (decimal): -15398997 or 11208469. OLE color: 11208469.

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

Color convert

RGB 21 7 171 -
CMYK 0.88 0.96 0 0.33
HSL 245.12º 0.92% 0.35% -
HSV(B) 245.12º 0.96% 0.67% -
XYZ 7.74 3.25 38.75 -
YUV 29.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 21 7 171 0.88 0.96 0 0.33 245.12 0.92 0.35
Hex 15 7 AB 58 60 0 21 F5 5C 23
Octal 25 7 253 130 140 0 41 365 134 43
Binary 10101 111 10101011 1011000 1100000 0 100001 11110101 1011100 100011

Color Harmonies of #1507AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1507AB

Black with #1507AB

Text Example


Text Example

White with #1507AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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