#13018C

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

Shades of Ultramarine #13018C

Tints of Ultramarine #13018C

Color information

#13018C (or 0x13018C) is unknown color: approx Ultramarine. HEX triplet: 13, 01 and 8C. RGB value is (19,1,140). Sum of RGB (Red+Green+Blue) = 19+1+140=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 140 (55.08% from 255 or 87.5% from 160); Max value from RGB is 140 - color contains mainly: blue. Hex color #13018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13018C is #ECFE73. Grayscale: #151515. Windows color (decimal): -15531636 or 9175315. OLE color: 9175315.

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

Color convert

RGB191140-
CMYK0.860.9900.45
HSL247.77º98.58%27.65%-
HSV(B)247.77º99.29%54.9%-
XYZ5.012.0524.94-
YUV22.23194.46125.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 140 (55.08% from 255) = 87.5%
R=11.88%
G=0.62%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1911400.860.9900.45247.7798.5827.65
Hex1318C566302Df8631c
Octal23121412614305537014334
Binary1001111000110010101101100011010110111111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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