#13057D

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

Shades of Ultramarine #13057D

Tints of Ultramarine #13057D

Color information

#13057D (or 0x13057D) is unknown color: approx Ultramarine. HEX triplet: 13, 05 and 7D. RGB value is (19,5,125). Sum of RGB (Red+Green+Blue) = 19+5+125=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #13057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13057D is #ECFA82. Grayscale: #161616. Windows color (decimal): -15530627 or 8193299. OLE color: 8193299.

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

Color convert

RGB195125-
CMYK0.850.9600.51
HSL247º92.31%25.49%-
HSV(B)247º96%49.02%-
XYZ4.021.7319.52-
YUV22.87185.64125.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 125 (49.22% from 255) = 83.89%
R=12.75%
G=3.36%
B=83.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1951250.850.9600.5124792.3125.49
Hex1357D5560033f75c19
Octal23517512514006336713431
Binary10011101111110110101011100000011001111110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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