#18199A

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

Shades of Ultramarine #18199A

Tints of Ultramarine #18199A

Color information

#18199A (or 0x18199A) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and 9A. RGB value is (24,25,154). Sum of RGB (Red+Green+Blue) = 24+25+154=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #18199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18199A is #E7E665. Grayscale: #262626. Windows color (decimal): -15197798 or 10098968. OLE color: 10098968.

HSL color Cylindrical-coordinate representation of color #18199A: hue angle of 239.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18199A is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2425154-
CMYK0.840.8400.40
HSL239.54º73.03%34.9%-
HSV(B)239.54º84.42%60.39%-
XYZ6.563.2230.85-
YUV39.41192.67117.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=11.82%
G=12.32%
B=75.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24251540.840.8400.40239.5473.0334.9
Hex18199A5454028f04923
Octal303123212412405036011143
Binary110001100110011010101010010101000101000111100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18199A; }

 p { color: rgb(24,25,154); }

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

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

 a { background-color: rgb(24,25,154); }

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

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

 span { border-color: rgb(24,25,154); }

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