#1506A2

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

Shades of Ultramarine #1506A2

Tints of Ultramarine #1506A2

Color information

#1506A2 (or 0x1506A2) is unknown color: approx Ultramarine. HEX triplet: 15, 06 and A2. RGB value is (21,6,162). Sum of RGB (Red+Green+Blue) = 21+6+162=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 162 (63.67% from 255 or 85.71% from 189); Max value from RGB is 162 - color contains mainly: blue. Hex color #1506A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1506A2 is #EAF95D. Grayscale: #1B1B1B. Windows color (decimal): -15399262 or 10618389. OLE color: 10618389.

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

Color convert

RGB216162-
CMYK0.870.9600.36
HSL245.77º92.86%32.94%-
HSV(B)245.77º96.3%63.53%-
XYZ6.92.934.38-
YUV28.27203.47122.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 162 (63.67% from 255) = 85.71%
R=11.11%
G=3.17%
B=85.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2161620.870.9600.36245.7792.8632.94
Hex156A25760024f65d21
Octal25624212714004436613541
Binary1010111010100010101011111000000100100111101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1506A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1506A2; }

 p { color: rgb(21,6,162); }

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

<style>
 a { background-color: #1506A2; }

 a { background-color: rgb(21,6,162); }

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

<style>
 span { border-color: #1506A2; }

 span { border-color: rgb(21,6,162); }

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