#1501A4

Color #1501A4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1501A4

Tints of Ultramarine #1501A4

Color information

#1501A4 (or 0x1501A4) is unknown color: approx Ultramarine. HEX triplet: 15, 01 and A4. RGB value is (21,1,164). Sum of RGB (Red+Green+Blue) = 21+1+164=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 164 (64.45% from 255 or 88.17% from 186); Max value from RGB is 164 - color contains mainly: blue. Hex color #1501A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1501A4 is #EAFE5B. Grayscale: #181818. Windows color (decimal): -15400540 or 10748181. OLE color: 10748181.

HSL color Cylindrical-coordinate representation of color #1501A4: hue angle of 247.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1501A4 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB211164-
CMYK0.870.9900.36
HSL247.36º98.79%32.35%-
HSV(B)247.36º99.39%64.31%-
XYZ7.022.8635.3-
YUV25.56206.13124.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 164 (64.45% from 255) = 88.17%
R=11.29%
G=0.54%
B=88.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2111640.870.9900.36247.3698.7932.35
Hex151A45763024f76320
Octal25124412714304436714340
Binary10101110100100101011111000110100100111101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1501A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1501A4; }

 p { color: rgb(21,1,164); }

 H1.HeaderClassName
 {
   color: #1501A4;
 }
 .AnyTagClassName
 {
   color: #1501A4;
 }
</style>
background-color css

<style>
 a { background-color: #1501A4; }

 a { background-color: rgb(21,1,164); }

 div.DivClassName
 {
   background-color: #1501A4;
 }
 .BgClassName
 {
   background-color: #1501A4;
 }
</style>
border-color css

<style>
 span { border-color: #1501A4; }

 span { border-color: rgb(21,1,164); }

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