#2A019C

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

Shades of Ultramarine #2A019C

Tints of Ultramarine #2A019C

Color information

#2A019C (or 0x2A019C) is unknown color: approx Ultramarine. HEX triplet: 2A, 01 and 9C. RGB value is (42,1,156). Sum of RGB (Red+Green+Blue) = 42+1+156=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A019C is #D5FE63. Grayscale: #1E1E1E. Windows color (decimal): -14024292 or 10223914. OLE color: 10223914.

HSL color Cylindrical-coordinate representation of color #2A019C: hue angle of 255.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A019C is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB421156-
CMYK0.730.9900.39
HSL255.87º98.73%30.78%-
HSV(B)255.87º99.36%61.18%-
XYZ6.972.9131.65-
YUV30.93198.58135.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 156 (61.33% from 255) = 78.39%
R=21.11%
G=0.50%
B=78.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4211560.730.9900.39255.8798.7330.78
Hex2A19C4963027100631f
Octal52123411114304740014337
Binary101010110011100100100111000110100111100000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A019C; }

 p { color: rgb(42,1,156); }

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

<style>
 a { background-color: #2A019C; }

 a { background-color: rgb(42,1,156); }

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

<style>
 span { border-color: #2A019C; }

 span { border-color: rgb(42,1,156); }

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