#290B95

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

Shades of Ultramarine #290B95

Tints of Ultramarine #290B95

Color information

#290B95 (or 0x290B95) is unknown color: approx Ultramarine. HEX triplet: 29, 0B and 95. RGB value is (41,11,149). Sum of RGB (Red+Green+Blue) = 41+11+149=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #290B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290B95 is #D6F46A. Grayscale: #232323. Windows color (decimal): -14087275 or 9767721. OLE color: 9767721.

HSL color Cylindrical-coordinate representation of color #290B95: hue angle of 253.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290B95 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4111149-
CMYK0.720.9300.42
HSL253.04º86.25%31.37%-
HSV(B)253.04º92.62%58.43%-
XYZ6.462.8828.65-
YUV35.7191.94131.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 149 (58.59% from 255) = 74.13%
R=20.40%
G=5.47%
B=74.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41111490.720.9300.42253.0486.2531.37
Hex29B95485D02Afd561f
Octal511322511013505237512637
Binary10100110111001010110010001011101010101011111101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,149); }

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

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

 a { background-color: rgb(41,11,149); }

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

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

 span { border-color: rgb(41,11,149); }

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