#1316A4

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

Shades of Ultramarine #1316A4

Tints of Ultramarine #1316A4

Color information

#1316A4 (or 0x1316A4) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and A4. RGB value is (19,22,164). Sum of RGB (Red+Green+Blue) = 19+22+164=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 164 (64.45% from 255 or 80% from 205); Max value from RGB is 164 - color contains mainly: blue. Hex color #1316A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1316A4 is #ECE95B. Grayscale: #242424. Windows color (decimal): -15526236 or 10753555. OLE color: 10753555.

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

Color convert

RGB1922164-
CMYK0.880.8700.36
HSL238.76º79.23%35.88%-
HSV(B)238.76º88.41%64.31%-
XYZ7.263.3935.39-
YUV37.29199.51114.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 164 (64.45% from 255) = 80%
R=9.27%
G=10.73%
B=80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19221640.880.8700.36238.7679.2335.88
Hex1316A45857024ef4f24
Octal232624413012704435711744
Binary100111011010100100101100010101110100100111011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1316A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1316A4; }

 p { color: rgb(19,22,164); }

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

<style>
 a { background-color: #1316A4; }

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

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

<style>
 span { border-color: #1316A4; }

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

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