#1313A3

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

Shades of Ultramarine #1313A3

Tints of Ultramarine #1313A3

Color information

#1313A3 (or 0x1313A3) is unknown color: approx Ultramarine. HEX triplet: 13, 13 and A3. RGB value is (19,19,163). Sum of RGB (Red+Green+Blue) = 19+19+163=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 163 (64.06% from 255 or 81.09% from 201); Max value from RGB is 163 - color contains mainly: blue. Hex color #1313A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1313A3 is #ECEC5C. Grayscale: #222222. Windows color (decimal): -15527005 or 10687251. OLE color: 10687251.

HSL color Cylindrical-coordinate representation of color #1313A3: hue angle of 240º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1313A3 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1919163-
CMYK0.880.8800.36
HSL240º79.12%35.69%-
HSV(B)240º88.34%63.92%-
XYZ7.113.2534.9-
YUV35.42200116.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 163 (64.06% from 255) = 81.09%
R=9.45%
G=9.45%
B=81.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19191630.880.8800.3624079.1235.69
Hex1313A35858024f04f24
Octal232324313013004436011744
Binary100111001110100011101100010110000100100111100001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1313A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1313A3; }

 p { color: rgb(19,19,163); }

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

<style>
 a { background-color: #1313A3; }

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

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

<style>
 span { border-color: #1313A3; }

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

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