#290FB0

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

Shades of Ultramarine #290FB0

Tints of Ultramarine #290FB0

Color information

#290FB0 (or 0x290FB0) is unknown color: approx Ultramarine. HEX triplet: 29, 0F and B0. RGB value is (41,15,176). Sum of RGB (Red+Green+Blue) = 41+15+176=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #290FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290FB0 is #D6F04F. Grayscale: #282828. Windows color (decimal): -14086224 or 11538217. OLE color: 11538217.

HSL color Cylindrical-coordinate representation of color #290FB0: hue angle of 249.69º 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 #290FB0 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4115176-
CMYK0.770.9100.31
HSL249.69º84.29%37.45%-
HSV(B)249.69º91.48%69.02%-
XYZ8.923.9541.37-
YUV41.13204.11127.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=17.67%
G=6.47%
B=75.86%

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
Decimal41151760.770.9100.31249.6984.2937.45
Hex29FB04D5B01Ffa5425
Octal511726011513303737212445
Binary10100111111011000010011011011011011111111110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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