#290FAA

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

Shades of Ultramarine #290FAA

Tints of Ultramarine #290FAA

Color information

#290FAA (or 0x290FAA) is unknown color: approx Ultramarine. HEX triplet: 29, 0F and AA. RGB value is (41,15,170). Sum of RGB (Red+Green+Blue) = 41+15+170=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #290FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAA is #D6F055. Grayscale: #272727. Windows color (decimal): -14086230 or 11145001. OLE color: 11145001.

HSL color Cylindrical-coordinate representation of color #290FAA: hue angle of 250.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FAA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4115170-
CMYK0.760.9100.33
HSL250.06º83.78%36.27%-
HSV(B)250.06º91.18%66.67%-
XYZ8.343.7238.31-
YUV40.44201.11128.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 15 (6.25% from 255) = 6.64%
BLUE value IS 170 (66.80% from 255) = 75.22%
R=18.14%
G=6.64%
B=75.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41151700.760.9100.33250.0683.7836.27
Hex29FAA4C5B021fa5424
Octal511725211413304137212444
Binary101001111110101010100110010110110100001111110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290FAA; }

 p { color: rgb(41,15,170); }

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

<style>
 a { background-color: #290FAA; }

 a { background-color: rgb(41,15,170); }

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

<style>
 span { border-color: #290FAA; }

 span { border-color: rgb(41,15,170); }

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