#2F0DA9

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

Shades of Ultramarine #2F0DA9

Tints of Ultramarine #2F0DA9

Color information

#2F0DA9 (or 0x2F0DA9) is unknown color: approx Ultramarine. HEX triplet: 2F, 0D and A9. RGB value is (47,13,169). Sum of RGB (Red+Green+Blue) = 47+13+169=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F0DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0DA9 is #D0F256. Grayscale: #282828. Windows color (decimal): -13693527 or 11078959. OLE color: 11078959.

HSL color Cylindrical-coordinate representation of color #2F0DA9: hue angle of 253.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0DA9 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4713169-
CMYK0.720.9200.34
HSL253.08º85.71%35.69%-
HSV(B)253.08º92.31%66.27%-
XYZ8.483.7637.81-
YUV40.95200.26132.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 169 (66.41% from 255) = 73.80%
R=20.52%
G=5.68%
B=73.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal47131690.720.9200.34253.0885.7135.69
Hex2FDA9485C022fd5624
Octal571525111013404237512644
Binary101111110110101001100100010111000100010111111011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,13,169); }

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

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

 a { background-color: rgb(47,13,169); }

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

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

 span { border-color: rgb(47,13,169); }

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