#13218C

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

Shades of Ultramarine #13218C

Tints of Ultramarine #13218C

Color information

#13218C (or 0x13218C) is unknown color: approx Ultramarine. HEX triplet: 13, 21 and 8C. RGB value is (19,33,140). Sum of RGB (Red+Green+Blue) = 19+33+140=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #13218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13218C is #ECDE73. Grayscale: #282828. Windows color (decimal): -15523444 or 9183507. OLE color: 9183507.

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

Color convert

RGB1933140-
CMYK0.860.7600.45
HSL233.06º76.1%31.18%-
HSV(B)233.06º86.43%54.9%-
XYZ5.553.1225.12-
YUV41.01183.86112.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 140 (55.08% from 255) = 72.92%
R=9.90%
G=17.19%
B=72.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19331400.860.7600.45233.0676.131.18
Hex13218C564C02De94c1f
Octal234121412611405535111437
Binary100111000011000110010101101001100010110111101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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