Html Css Color HEX #1504AB New Midnight Blue

📋 copy color: '#1504AB'

red 21 ◦ green 4 ◦ blue 171

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

Shades of New Midnight Blue #1504AB

Tints of New Midnight Blue #1504AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 10.71%
G = 2.04%
B = 87.24%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1504AB (or 0x1504AB) is known color: New Midnight Blue. HEX triplet: 15, 04 and AB. RGB value is (21,4,171). Sum of RGB (Red+Green+Blue) = 21+4+171=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #1504AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1504AB is #EAFB54. Grayscale: #1B1B1B. Windows color (decimal): -15399765 or 11207701. OLE color: 11207701.

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

Color convert

RGB 21 4 171 -
CMYK 0.88 0.98 0 0.33
HSL 246.11º 0.95% 0.34% -
HSV(B) 246.11º 0.98% 0.67% -
XYZ 7.7 3.19 38.74 -
YUV 28.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 21 4 171 0.88 0.98 0 0.33 246.11 0.95 0.34
Hex 15 4 AB 58 62 0 21 F6 5F 22
Octal 25 4 253 130 142 0 41 366 137 42
Binary 10101 100 10101011 1011000 1100010 0 100001 11110110 1011111 100010

Color Harmonies of #1504AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1504AB

Black with #1504AB

Text Example


Text Example

White with #1504AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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