#2f19aa

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

Shades of Ultramarine #2F19AA

Tints of Ultramarine #2F19AA

Color information

#2F19AA (or 0x2F19AA) is unknown color: approx Ultramarine. HEX triplet: 2F, 19 and AA. RGB value is (47,25,170). Sum of RGB (Red+Green+Blue) = 47+25+170=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F19AA is #D0E655. Grayscale: #2F2F2F. Windows color (decimal): -13690454 or 11147567. OLE color: 11147567.

HSL color Cylindrical-coordinate representation of color #2F19AA: hue angle of 249.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F19AA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4725170-
CMYK0.720.8500.33
HSL249.1º74.36%38.24%-
HSV(B)249.1º85.29%66.67%-
XYZ8.784.238.38-
YUV48.11196.79127.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=19.42%
G=10.33%
B=70.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47251700.720.8500.33249.174.3638.24
Hex2F19AA4855021f94a26
Octal573125211012504137111246
Binary1011111100110101010100100010101010100001111110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f19aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,170); }

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

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

 a { background-color: rgb(47,25,170); }

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

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

 span { border-color: rgb(47,25,170); }

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