#182291

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

Shades of Ultramarine #182291

Tints of Ultramarine #182291

Color information

#182291 (or 0x182291) is unknown color: approx Ultramarine. HEX triplet: 18, 22 and 91. RGB value is (24,34,145). Sum of RGB (Red+Green+Blue) = 24+34+145=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #182291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182291 is #E7DD6E. Grayscale: #2B2B2B. Windows color (decimal): -15195503 or 9511448. OLE color: 9511448.

HSL color Cylindrical-coordinate representation of color #182291: hue angle of 235.04º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182291 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2434145-
CMYK0.830.7700.43
HSL235.04º71.6%33.14%-
HSV(B)235.04º83.45%56.86%-
XYZ6.063.3827.12-
YUV43.66185.19113.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 145 (57.03% from 255) = 71.43%
R=11.82%
G=16.75%
B=71.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24341450.830.7700.43235.0471.633.14
Hex182291534D02Beb4821
Octal304222112311505335311041
Binary1100010001010010001101001110011010101011111010111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182291; }

 p { color: rgb(24,34,145); }

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

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

 a { background-color: rgb(24,34,145); }

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

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

 span { border-color: rgb(24,34,145); }

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