#2A0198

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

Shades of Ultramarine #2A0198

Tints of Ultramarine #2A0198

Color information

#2A0198 (or 0x2A0198) is unknown color: approx Ultramarine. HEX triplet: 2A, 01 and 98. RGB value is (42,1,152). Sum of RGB (Red+Green+Blue) = 42+1+152=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0198 is #D5FE67. Grayscale: #1D1D1D. Windows color (decimal): -14024296 or 9961770. OLE color: 9961770.

HSL color Cylindrical-coordinate representation of color #2A0198: hue angle of 256.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0198 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB421152-
CMYK0.720.9900.40
HSL256.29º98.69%30%-
HSV(B)256.29º99.34%59.61%-
XYZ6.632.7829.89-
YUV30.47196.58136.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 152 (59.77% from 255) = 77.95%
R=21.54%
G=0.51%
B=77.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4211520.720.9900.40256.2998.6930
Hex2A1984863028100631e
Octal52123011014305040014336
Binary101010110011000100100011000110101000100000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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