#2D119A

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

Shades of Ultramarine #2D119A

Tints of Ultramarine #2D119A

Color information

#2D119A (or 0x2D119A) is unknown color: approx Ultramarine. HEX triplet: 2D, 11 and 9A. RGB value is (45,17,154). Sum of RGB (Red+Green+Blue) = 45+17+154=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D119A is #D2EE65. Grayscale: #282828. Windows color (decimal): -13823590 or 10096941. OLE color: 10096941.

HSL color Cylindrical-coordinate representation of color #2D119A: hue angle of 252.26º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D119A is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4517154-
CMYK0.710.8900.40
HSL252.26º80.12%33.53%-
HSV(B)252.26º88.96%60.39%-
XYZ7.123.2930.83-
YUV40.99191.78130.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 154 (60.55% from 255) = 71.30%
R=20.83%
G=7.87%
B=71.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45171540.710.8900.40252.2680.1233.53
Hex2D119A4759028fc5022
Octal552123210713105037412042
Binary1011011000110011010100011110110010101000111111001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,154); }

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

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

 a { background-color: rgb(45,17,154); }

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

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

 span { border-color: rgb(45,17,154); }

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