#170D82

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

Shades of Ultramarine #170D82

Tints of Ultramarine #170D82

Color information

#170D82 (or 0x170D82) is unknown color: approx Ultramarine. HEX triplet: 17, 0D and 82. RGB value is (23,13,130). Sum of RGB (Red+Green+Blue) = 23+13+130=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #170D82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170D82 is #E8F27D. Grayscale: #1C1C1C. Windows color (decimal): -15266430 or 8523031. OLE color: 8523031.

HSL color Cylindrical-coordinate representation of color #170D82: hue angle of 245.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170D82 is Cyan = 0.82, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2313130-
CMYK0.820.900.49
HSL245.13º81.82%28.04%-
HSV(B)245.13º90%50.98%-
XYZ4.532.0821.28-
YUV29.33184.81123.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=13.86%
G=7.83%
B=78.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23131300.820.900.49245.1381.8228.04
Hex17D82525A031f5521c
Octal271520212213206136512234
Binary1011111011000001010100101011010011000111110101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170D82; }

 p { color: rgb(23,13,130); }

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

<style>
 a { background-color: #170D82; }

 a { background-color: rgb(23,13,130); }

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

<style>
 span { border-color: #170D82; }

 span { border-color: rgb(23,13,130); }

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