#1314A3

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

Shades of Ultramarine #1314A3

Tints of Ultramarine #1314A3

Color information

#1314A3 (or 0x1314A3) is unknown color: approx Ultramarine. HEX triplet: 13, 14 and A3. RGB value is (19,20,163). Sum of RGB (Red+Green+Blue) = 19+20+163=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 20 (8.20% from 255 or 9.90% 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 #1314A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1314A3 is #ECEB5C. Grayscale: #232323. Windows color (decimal): -15526749 or 10687507. OLE color: 10687507.

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

Color convert

RGB1920163-
CMYK0.880.8800.36
HSL239.58º79.12%35.69%-
HSV(B)239.58º88.34%63.92%-
XYZ7.133.2834.91-
YUV36199.67115.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 163 (64.06% from 255) = 80.69%
R=9.41%
G=9.90%
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
Decimal19201630.880.8800.36239.5879.1235.69
Hex1314A35858024f04f24
Octal232424313013004436011744
Binary100111010010100011101100010110000100100111100001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1314A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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