#13037B

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

Shades of Ultramarine #13037B

Tints of Ultramarine #13037B

Color information

#13037B (or 0x13037B) is unknown color: approx Ultramarine. HEX triplet: 13, 03 and 7B. RGB value is (19,3,123). Sum of RGB (Red+Green+Blue) = 19+3+123=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #13037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13037B is #ECFC84. Grayscale: #151515. Windows color (decimal): -15531141 or 8061715. OLE color: 8061715.

HSL color Cylindrical-coordinate representation of color #13037B: hue angle of 248º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13037B is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB193123-
CMYK0.850.9800.52
HSL248º95.24%24.71%-
HSV(B)248º97.56%48.24%-
XYZ3.881.6318.85-
YUV21.46185.3126.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 123 (48.44% from 255) = 84.83%
R=13.10%
G=2.07%
B=84.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1931230.850.9800.5224895.2424.71
Hex1337B5562034f85f19
Octal23317312514206437013731
Binary1001111111101110101011100010011010011111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13037B; }

 p { color: rgb(19,3,123); }

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

<style>
 a { background-color: #13037B; }

 a { background-color: rgb(19,3,123); }

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

<style>
 span { border-color: #13037B; }

 span { border-color: rgb(19,3,123); }

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