#290a9c

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

Shades of Ultramarine #290A9C

Tints of Ultramarine #290A9C

Color information

#290A9C (or 0x290A9C) is unknown color: approx Ultramarine. HEX triplet: 29, 0A and 9C. RGB value is (41,10,156). Sum of RGB (Red+Green+Blue) = 41+10+156=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #290A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290A9C is #D6F563. Grayscale: #232323. Windows color (decimal): -14087524 or 10226217. OLE color: 10226217.

HSL color Cylindrical-coordinate representation of color #290A9C: hue angle of 252.74º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290A9C is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4110156-
CMYK0.740.9400.39
HSL252.74º87.95%32.55%-
HSV(B)252.74º93.59%61.18%-
XYZ7.023.0931.68-
YUV35.91195.77131.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 156 (61.33% from 255) = 75.36%
R=19.81%
G=4.83%
B=75.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41101560.740.9400.39252.7487.9532.55
Hex29A9C4A5E027fd5821
Octal511223411213604737513041
Binary101001101010011100100101010111100100111111111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,10,156); }

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

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

 a { background-color: rgb(41,10,156); }

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

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

 span { border-color: rgb(41,10,156); }

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