#1813AC

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

Shades of Ultramarine #1813AC

Tints of Ultramarine #1813AC

Color information

#1813AC (or 0x1813AC) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and AC. RGB value is (24,19,172). Sum of RGB (Red+Green+Blue) = 24+19+172=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #1813AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813AC is #E7EC53. Grayscale: #252525. Windows color (decimal): -15199316 or 11277080. OLE color: 11277080.

HSL color Cylindrical-coordinate representation of color #1813AC: hue angle of 241.96º 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 #1813AC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2419172-
CMYK0.860.8900.33
HSL241.96º80.1%37.45%-
HSV(B)241.96º88.95%67.45%-
XYZ8.063.6439.31-
YUV37.94203.66118.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 172 (67.58% from 255) = 80%
R=11.16%
G=8.84%
B=80%

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
Decimal24191720.860.8900.33241.9680.137.45
Hex1813AC5659021f25025
Octal302325412613104136212045
Binary110001001110101100101011010110010100001111100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1813AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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