#1413A3

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

Shades of Ultramarine #1413A3

Tints of Ultramarine #1413A3

Color information

#1413A3 (or 0x1413A3) is unknown color: approx Ultramarine. HEX triplet: 14, 13 and A3. RGB value is (20,19,163). Sum of RGB (Red+Green+Blue) = 20+19+163=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 163 (64.06% from 255 or 80.69% from 202); Max value from RGB is 163 - color contains mainly: blue. Hex color #1413A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1413A3 is #EBEC5C. Grayscale: #232323. Windows color (decimal): -15461469 or 10687252. OLE color: 10687252.

HSL color Cylindrical-coordinate representation of color #1413A3: hue angle of 240.42º 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 #1413A3 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2019163-
CMYK0.880.8800.36
HSL240.42º79.12%35.69%-
HSV(B)240.42º88.34%63.92%-
XYZ7.133.2634.9-
YUV35.72199.83116.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 163 (64.06% from 255) = 80.69%
R=9.90%
G=9.41%
B=80.69%

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
Decimal20191630.880.8800.36240.4279.1235.69
Hex1413A35858024f04f24
Octal242324313013004436011744
Binary101001001110100011101100010110000100100111100001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1413A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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