#182296

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

Shades of Ultramarine #182296

Tints of Ultramarine #182296

Color information

#182296 (or 0x182296) is unknown color: approx Ultramarine. HEX triplet: 18, 22 and 96. RGB value is (24,34,150). Sum of RGB (Red+Green+Blue) = 24+34+150=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #182296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182296 is #E7DD69. Grayscale: #2B2B2B. Windows color (decimal): -15195498 or 9839128. OLE color: 9839128.

HSL color Cylindrical-coordinate representation of color #182296: hue angle of 235.24º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182296 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2434150-
CMYK0.840.7700.41
HSL235.24º72.41%34.12%-
HSV(B)235.24º84%58.82%-
XYZ6.453.5429.2-
YUV44.23187.69113.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 150 (58.98% from 255) = 72.12%
R=11.54%
G=16.35%
B=72.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24341500.840.7700.41235.2472.4134.12
Hex182296544D029eb4822
Octal304222612411505135311042
Binary1100010001010010110101010010011010101001111010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182296; }

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

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

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

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

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

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

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

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