#13088E

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

Shades of Ultramarine #13088E

Tints of Ultramarine #13088E

Color information

#13088E (or 0x13088E) is unknown color: approx Ultramarine. HEX triplet: 13, 08 and 8E. RGB value is (19,8,142). Sum of RGB (Red+Green+Blue) = 19+8+142=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 142 (55.86% from 255 or 84.02% from 169); Max value from RGB is 142 - color contains mainly: blue. Hex color #13088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13088E is #ECF771. Grayscale: #1A1A1A. Windows color (decimal): -15529842 or 9308179. OLE color: 9308179.

HSL color Cylindrical-coordinate representation of color #13088E: hue angle of 244.93º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13088E is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB198142-
CMYK0.870.9400.44
HSL244.93º89.33%29.41%-
HSV(B)244.93º94.37%55.69%-
XYZ5.242.2725.75-
YUV26.56193.14122.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 142 (55.86% from 255) = 84.02%
R=11.24%
G=4.73%
B=84.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1981420.870.9400.44244.9389.3329.41
Hex1388E575E02Cf5591d
Octal231021612713605436513135
Binary1001110001000111010101111011110010110011110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13088E; }

 p { color: rgb(19,8,142); }

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

<style>
 a { background-color: #13088E; }

 a { background-color: rgb(19,8,142); }

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

<style>
 span { border-color: #13088E; }

 span { border-color: rgb(19,8,142); }

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