#17057C

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

Shades of Ultramarine #17057C

Tints of Ultramarine #17057C

Color information

#17057C (or 0x17057C) is unknown color: approx Ultramarine. HEX triplet: 17, 05 and 7C. RGB value is (23,5,124). Sum of RGB (Red+Green+Blue) = 23+5+124=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #17057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17057C is #E8FA83. Grayscale: #171717. Windows color (decimal): -15268484 or 8127767. OLE color: 8127767.

HSL color Cylindrical-coordinate representation of color #17057C: hue angle of 249.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17057C is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB235124-
CMYK0.810.9600.51
HSL249.08º92.25%25.29%-
HSV(B)249.08º95.97%48.63%-
XYZ4.051.7519.19-
YUV23.95184.46127.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 124 (48.83% from 255) = 81.58%
R=15.13%
G=3.29%
B=81.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2351240.810.9600.51249.0892.2525.29
Hex1757C5160033f95c19
Octal27517412114006337113431
Binary10111101111110010100011100000011001111111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17057C; }

 p { color: rgb(23,5,124); }

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

<style>
 a { background-color: #17057C; }

 a { background-color: rgb(23,5,124); }

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

<style>
 span { border-color: #17057C; }

 span { border-color: rgb(23,5,124); }

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