#1715B4

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

Shades of Ultramarine #1715B4

Tints of Ultramarine #1715B4

Color information

#1715B4 (or 0x1715B4) is unknown color: approx Ultramarine. HEX triplet: 17, 15 and B4. RGB value is (23,21,180). Sum of RGB (Red+Green+Blue) = 23+21+180=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #1715B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1715B4 is #E8EA4B. Grayscale: #272727. Windows color (decimal): -15264332 or 11801879. OLE color: 11801879.

HSL color Cylindrical-coordinate representation of color #1715B4: hue angle of 240.75º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1715B4 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2321180-
CMYK0.870.8800.29
HSL240.75º79.1%39.41%-
HSV(B)240.75º88.33%70.59%-
XYZ8.864.0143.49-
YUV39.72207.16116.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 180 (70.70% from 255) = 80.36%
R=10.27%
G=9.38%
B=80.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23211800.870.8800.29240.7579.139.41
Hex1715B4575801Df14f27
Octal272526412713003536111747
Binary10111101011011010010101111011000011101111100011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1715B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1715B4; }

 p { color: rgb(23,21,180); }

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

<style>
 a { background-color: #1715B4; }

 a { background-color: rgb(23,21,180); }

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

<style>
 span { border-color: #1715B4; }

 span { border-color: rgb(23,21,180); }

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