#180296

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

Shades of Ultramarine #180296

Tints of Ultramarine #180296

Color information

#180296 (or 0x180296) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 96. RGB value is (24,2,150). Sum of RGB (Red+Green+Blue) = 24+2+150=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #180296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180296 is #E7FD69. Grayscale: #181818. Windows color (decimal): -15203690 or 9830936. OLE color: 9830936.

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

Color convert

RGB242150-
CMYK0.840.9900.41
HSL248.92º97.37%29.8%-
HSV(B)248.92º98.67%58.82%-
XYZ5.92.4429.01-
YUV25.45198.29126.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 150 (58.98% from 255) = 85.23%
R=13.64%
G=1.14%
B=85.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2421500.840.9900.41248.9297.3729.8
Hex182965463029f9611e
Octal30222612414305137114136
Binary11000101001011010101001100011010100111111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180296; }

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

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

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

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

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

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

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

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