#290CAB

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

Shades of Ultramarine #290CAB

Tints of Ultramarine #290CAB

Color information

#290CAB (or 0x290CAB) is unknown color: approx Ultramarine. HEX triplet: 29, 0C and AB. RGB value is (41,12,171). Sum of RGB (Red+Green+Blue) = 41+12+171=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #290CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CAB is #D6F354. Grayscale: #262626. Windows color (decimal): -14086997 or 11209769. OLE color: 11209769.

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

Color convert

RGB4112171-
CMYK0.760.9300.33
HSL250.94º86.89%35.88%-
HSV(B)250.94º92.98%67.06%-
XYZ8.43.6738.79-
YUV38.8202.61129.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=18.30%
G=5.36%
B=76.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41121710.760.9300.33250.9486.8935.88
Hex29CAB4C5D021fb5724
Octal511425311413504137312744
Binary101001110010101011100110010111010100001111110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,12,171); }

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

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

 a { background-color: rgb(41,12,171); }

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

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

 span { border-color: rgb(41,12,171); }

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