#13128D

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

Shades of Ultramarine #13128D

Tints of Ultramarine #13128D

Color information

#13128D (or 0x13128D) is unknown color: approx Ultramarine. HEX triplet: 13, 12 and 8D. RGB value is (19,18,141). Sum of RGB (Red+Green+Blue) = 19+18+141=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #13128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13128D is #ECED72. Grayscale: #1F1F1F. Windows color (decimal): -15527283 or 9245203. OLE color: 9245203.

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

Color convert

RGB1918141-
CMYK0.870.8700.45
HSL240.49º77.36%31.18%-
HSV(B)240.49º87.23%55.29%-
XYZ5.292.4925.4-
YUV32.32189.33118.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 141 (55.47% from 255) = 79.21%
R=10.67%
G=10.11%
B=79.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19181410.870.8700.45240.4977.3631.18
Hex13128D575702Df04d1f
Octal232221512712705536011537
Binary10011100101000110110101111010111010110111110000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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