#2A0E9D

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

Shades of Ultramarine #2A0E9D

Tints of Ultramarine #2A0E9D

Color information

#2A0E9D (or 0x2A0E9D) is unknown color: approx Ultramarine. HEX triplet: 2A, 0E and 9D. RGB value is (42,14,157). Sum of RGB (Red+Green+Blue) = 42+14+157=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A0E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0E9D is #D5F162. Grayscale: #262626. Windows color (decimal): -14020963 or 10292778. OLE color: 10292778.

HSL color Cylindrical-coordinate representation of color #2A0E9D: hue angle of 251.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0E9D is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4214157-
CMYK0.730.9100.38
HSL251.75º83.63%33.53%-
HSV(B)251.75º91.08%61.57%-
XYZ7.23.2432.14-
YUV38.67194.78130.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 157 (61.72% from 255) = 73.71%
R=19.72%
G=6.57%
B=73.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42141570.730.9100.38251.7583.6333.53
Hex2AE9D495B026fc5422
Octal521623511113304637412442
Binary101010111010011101100100110110110100110111111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,157); }

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

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

 a { background-color: rgb(42,14,157); }

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

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

 span { border-color: rgb(42,14,157); }

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