#13008c

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

Shades of Ultramarine #13008C

Tints of Ultramarine #13008C

Color information

#13008C (or 0x13008C) is unknown color: approx Ultramarine. HEX triplet: 13, 00 and 8C. RGB value is (19,0,140). Sum of RGB (Red+Green+Blue) = 19+0+140=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #13008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13008C is #ECFF73. Grayscale: #151515. Windows color (decimal): -15531892 or 9175059. OLE color: 9175059.

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

Color convert

RGB190140-
CMYK0.86100.45
HSL248.14º100%27.45%-
HSV(B)248.14º100%54.9%-
XYZ52.0324.94-
YUV21.64194.79126.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=11.95%
G=0%
B=88.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1901400.86100.45248.1410027.45
Hex1308C566402Df8641b
Octal23021412614405537014433
Binary1001101000110010101101100100010110111111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13008c; }

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

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

<style>
 a { background-color: #13008c; }

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

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

<style>
 span { border-color: #13008c; }

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

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