#290FAF

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

Shades of Ultramarine #290FAF

Tints of Ultramarine #290FAF

Color information

#290FAF (or 0x290FAF) is unknown color: approx Ultramarine. HEX triplet: 29, 0F and AF. RGB value is (41,15,175). Sum of RGB (Red+Green+Blue) = 41+15+175=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #290FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FAF is #D6F050. Grayscale: #282828. Windows color (decimal): -14086225 or 11472681. OLE color: 11472681.

HSL color Cylindrical-coordinate representation of color #290FAF: hue angle of 249.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290FAF is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4115175-
CMYK0.770.9100.31
HSL249.75º84.21%37.25%-
HSV(B)249.75º91.43%68.63%-
XYZ8.823.9140.85-
YUV41.01203.61127.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 175 (68.75% from 255) = 75.76%
R=17.75%
G=6.49%
B=75.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41151750.770.9100.31249.7584.2137.25
Hex29FAF4D5B01Ffa5425
Octal511725711513303737212445
Binary10100111111010111110011011011011011111111110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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