#1317AA

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

Shades of Ultramarine #1317AA

Tints of Ultramarine #1317AA

Color information

#1317AA (or 0x1317AA) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and AA. RGB value is (19,23,170). Sum of RGB (Red+Green+Blue) = 19+23+170=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #1317AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1317AA is #ECE855. Grayscale: #252525. Windows color (decimal): -15525974 or 11147027. OLE color: 11147027.

HSL color Cylindrical-coordinate representation of color #1317AA: hue angle of 238.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1317AA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1923170-
CMYK0.890.8600.33
HSL238.41º79.89%37.06%-
HSV(B)238.41º88.82%66.67%-
XYZ7.833.6538.32-
YUV38.56202.17114.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 170 (66.80% from 255) = 80.19%
R=8.96%
G=10.85%
B=80.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19231700.890.8600.33238.4179.8937.06
Hex1317AA5956021ee5025
Octal232725213112604135612045
Binary100111011110101010101100110101100100001111011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1317AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1317AA; }

 p { color: rgb(19,23,170); }

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

<style>
 a { background-color: #1317AA; }

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

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

<style>
 span { border-color: #1317AA; }

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

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