#2015A4

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

Shades of Ultramarine #2015A4

Tints of Ultramarine #2015A4

Color information

#2015A4 (or 0x2015A4) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and A4. RGB value is (32,21,164). Sum of RGB (Red+Green+Blue) = 32+21+164=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #2015A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015A4 is #DFEA5B. Grayscale: #282828. Windows color (decimal): -14674524 or 10753312. OLE color: 10753312.

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

Color convert

RGB3221164-
CMYK0.800.8700.36
HSL244.62º77.3%36.27%-
HSV(B)244.62º87.2%64.31%-
XYZ7.563.5235.4-
YUV40.59197.64121.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 164 (64.45% from 255) = 75.58%
R=14.75%
G=9.68%
B=75.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32211640.800.8700.36244.6277.336.27
Hex2015A45057024f54d24
Octal402524412012704436511544
Binary1000001010110100100101000010101110100100111101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2015A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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