#13208D

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

Shades of Ultramarine #13208D

Tints of Ultramarine #13208D

Color information

#13208D (or 0x13208D) is unknown color: approx Ultramarine. HEX triplet: 13, 20 and 8D. RGB value is (19,32,141). Sum of RGB (Red+Green+Blue) = 19+32+141=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #13208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13208D is #ECDF72. Grayscale: #282828. Windows color (decimal): -15523699 or 9248787. OLE color: 9248787.

HSL color Cylindrical-coordinate representation of color #13208D: hue angle of 233.61º 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 #13208D is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1932141-
CMYK0.870.7700.45
HSL233.61º76.25%31.37%-
HSV(B)233.61º86.52%55.29%-
XYZ5.593.0925.5-
YUV40.54184.69112.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 141 (55.47% from 255) = 73.44%
R=9.90%
G=16.67%
B=73.44%

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
Decimal19321410.870.7700.45233.6176.2531.37
Hex13208D574D02Dea4c1f
Octal234021512711505535211437
Binary100111000001000110110101111001101010110111101010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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