#1505A4

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

Shades of Ultramarine #1505A4

Tints of Ultramarine #1505A4

Color information

#1505A4 (or 0x1505A4) is unknown color: approx Ultramarine. HEX triplet: 15, 05 and A4. RGB value is (21,5,164). Sum of RGB (Red+Green+Blue) = 21+5+164=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 164 (64.45% from 255 or 86.32% from 190); Max value from RGB is 164 - color contains mainly: blue. Hex color #1505A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1505A4 is #EAFA5B. Grayscale: #1B1B1B. Windows color (decimal): -15399516 or 10749205. OLE color: 10749205.

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

Color convert

RGB215164-
CMYK0.870.9700.36
HSL246.04º94.08%33.14%-
HSV(B)246.04º96.95%64.31%-
XYZ7.062.9535.32-
YUV27.91204.8123.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 164 (64.45% from 255) = 86.32%
R=11.05%
G=2.63%
B=86.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2151640.870.9700.36246.0494.0833.14
Hex155A45761024f65e21
Octal25524412714104436613641
Binary1010110110100100101011111000010100100111101101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1505A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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