#170C8A

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

Shades of Ultramarine #170C8A

Tints of Ultramarine #170C8A

Color information

#170C8A (or 0x170C8A) is unknown color: approx Ultramarine. HEX triplet: 17, 0C and 8A. RGB value is (23,12,138). Sum of RGB (Red+Green+Blue) = 23+12+138=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #170C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170C8A is #E8F375. Grayscale: #1D1D1D. Windows color (decimal): -15266678 or 9047063. OLE color: 9047063.

HSL color Cylindrical-coordinate representation of color #170C8A: hue angle of 245.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170C8A is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2312138-
CMYK0.830.9100.46
HSL245.24º84%29.41%-
HSV(B)245.24º91.3%54.12%-
XYZ5.072.2824.22-
YUV29.65189.14123.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 138 (54.30% from 255) = 79.77%
R=13.29%
G=6.94%
B=79.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal23121380.830.9100.46245.248429.41
Hex17C8A535B02Ef5541d
Octal271421212313305636512435
Binary1011111001000101010100111011011010111011110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,12,138); }

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

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

 a { background-color: rgb(23,12,138); }

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

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

 span { border-color: rgb(23,12,138); }

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