#1318AA

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

Shades of Ultramarine #1318AA

Tints of Ultramarine #1318AA

Color information

#1318AA (or 0x1318AA) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and AA. RGB value is (19,24,170). Sum of RGB (Red+Green+Blue) = 19+24+170=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 24 (9.77% from 255 or 11.27% 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 #1318AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1318AA is #ECE755. Grayscale: #262626. Windows color (decimal): -15525718 or 11147283. OLE color: 11147283.

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

Color convert

RGB1924170-
CMYK0.890.8600.33
HSL238.01º79.89%37.06%-
HSV(B)238.01º88.82%66.67%-
XYZ7.853.6938.33-
YUV39.15201.84113.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19241700.890.8600.33238.0179.8937.06
Hex1318AA5956021ee5025
Octal233025213112604135612045
Binary100111100010101010101100110101100100001111011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1318AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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