#13218D

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

Shades of Ultramarine #13218D

Tints of Ultramarine #13218D

Color information

#13218D (or 0x13218D) is unknown color: approx Ultramarine. HEX triplet: 13, 21 and 8D. RGB value is (19,33,141). Sum of RGB (Red+Green+Blue) = 19+33+141=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #13218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13218D is #ECDE72. Grayscale: #282828. Windows color (decimal): -15523443 or 9249043. OLE color: 9249043.

HSL color Cylindrical-coordinate representation of color #13218D: hue angle of 233.11º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13218D is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1933141-
CMYK0.870.7700.45
HSL233.11º76.25%31.37%-
HSV(B)233.11º86.52%55.29%-
XYZ5.623.1525.51-
YUV41.13184.36112.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 141 (55.47% from 255) = 73.06%
R=9.84%
G=17.10%
B=73.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19331410.870.7700.45233.1176.2531.37
Hex13218D574D02De94c1f
Octal234121512711505535111437
Binary100111000011000110110101111001101010110111101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13218D; }

 p { color: rgb(19,33,141); }

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

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

 a { background-color: rgb(19,33,141); }

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

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

 span { border-color: rgb(19,33,141); }

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