#290FB8

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

Shades of Ultramarine #290FB8

Tints of Ultramarine #290FB8

Color information

#290FB8 (or 0x290FB8) is unknown color: approx Ultramarine. HEX triplet: 29, 0F and B8. RGB value is (41,15,184). Sum of RGB (Red+Green+Blue) = 41+15+184=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 184 (72.27% from 255 or 76.67% from 240); Max value from RGB is 184 - color contains mainly: blue. Hex color #290FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290FB8 is #D6F047. Grayscale: #292929. Windows color (decimal): -14086216 or 12062505. OLE color: 12062505.

HSL color Cylindrical-coordinate representation of color #290FB8: hue angle of 249.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290FB8 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4115184-
CMYK0.780.9200.28
HSL249.23º84.92%39.02%-
HSV(B)249.23º91.85%72.16%-
XYZ9.744.2745.66-
YUV42.04208.11127.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 184 (72.27% from 255) = 76.67%
R=17.08%
G=6.25%
B=76.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41151840.780.9200.28249.2384.9239.02
Hex29FB84E5C01Cf95527
Octal511727011613403437112547
Binary10100111111011100010011101011100011100111110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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