#1813AA

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

Shades of Ultramarine #1813AA

Tints of Ultramarine #1813AA

Color information

#1813AA (or 0x1813AA) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and AA. RGB value is (24,19,170). Sum of RGB (Red+Green+Blue) = 24+19+170=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1813AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813AA is #E7EC55. Grayscale: #252525. Windows color (decimal): -15199318 or 11146008. OLE color: 11146008.

HSL color Cylindrical-coordinate representation of color #1813AA: hue angle of 241.99º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1813AA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2419170-
CMYK0.860.8900.33
HSL241.99º79.89%37.06%-
HSV(B)241.99º88.82%66.67%-
XYZ7.873.5638.3-
YUV37.71202.66118.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=11.27%
G=8.92%
B=79.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24191700.860.8900.33241.9979.8937.06
Hex1813AA5659021f25025
Octal302325212613104136212045
Binary110001001110101010101011010110010100001111100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1813AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1813AA; }

 p { color: rgb(24,19,170); }

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

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

 a { background-color: rgb(24,19,170); }

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

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

 span { border-color: rgb(24,19,170); }

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