#13047D

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

Shades of Ultramarine #13047D

Tints of Ultramarine #13047D

Color information

#13047D (or 0x13047D) is unknown color: approx Ultramarine. HEX triplet: 13, 04 and 7D. RGB value is (19,4,125). Sum of RGB (Red+Green+Blue) = 19+4+125=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #13047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13047D is #ECFB82. Grayscale: #151515. Windows color (decimal): -15530883 or 8193043. OLE color: 8193043.

HSL color Cylindrical-coordinate representation of color #13047D: hue angle of 247.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13047D is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB194125-
CMYK0.850.9700.51
HSL247.44º93.8%25.29%-
HSV(B)247.44º96.8%49.02%-
XYZ4.011.7119.52-
YUV22.28185.97125.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 125 (49.22% from 255) = 84.46%
R=12.84%
G=2.70%
B=84.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1941250.850.9700.51247.4493.825.29
Hex1347D5561033f75e19
Octal23417512514106336713631
Binary10011100111110110101011100001011001111110111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,4,125); }

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

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

 a { background-color: rgb(19,4,125); }

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

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

 span { border-color: rgb(19,4,125); }

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