#290CA5

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

Shades of Ultramarine #290CA5

Tints of Ultramarine #290CA5

Color information

#290CA5 (or 0x290CA5) is unknown color: approx Ultramarine. HEX triplet: 29, 0C and A5. RGB value is (41,12,165). Sum of RGB (Red+Green+Blue) = 41+12+165=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #290CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CA5 is #D6F35A. Grayscale: #252525. Windows color (decimal): -14087003 or 10816553. OLE color: 10816553.

HSL color Cylindrical-coordinate representation of color #290CA5: hue angle of 251.37º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290CA5 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4112165-
CMYK0.750.9300.35
HSL251.37º86.44%34.71%-
HSV(B)251.37º92.73%64.71%-
XYZ7.843.4535.85-
YUV38.11199.61130.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 165 (64.84% from 255) = 75.69%
R=18.81%
G=5.50%
B=75.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41121650.750.9300.35251.3786.4434.71
Hex29CA54B5D023fb5623
Octal511424511313504337312643
Binary101001110010100101100101110111010100011111110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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