#170298

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

Shades of Ultramarine #170298

Tints of Ultramarine #170298

Color information

#170298 (or 0x170298) is unknown color: approx Ultramarine. HEX triplet: 17, 02 and 98. RGB value is (23,2,152). Sum of RGB (Red+Green+Blue) = 23+2+152=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 152 (59.77% from 255 or 85.88% from 177); Max value from RGB is 152 - color contains mainly: blue. Hex color #170298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170298 is #E8FD67. Grayscale: #181818. Windows color (decimal): -15269224 or 9962007. OLE color: 9962007.

HSL color Cylindrical-coordinate representation of color #170298: hue angle of 248.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170298 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB232152-
CMYK0.850.9900.40
HSL248.4º97.4%30.2%-
HSV(B)248.4º98.68%59.61%-
XYZ6.042.4929.87-
YUV25.38199.46126.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 152 (59.77% from 255) = 85.88%
R=12.99%
G=1.13%
B=85.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2321520.850.9900.40248.497.430.2
Hex172985563028f8611e
Octal27223012514305037014136
Binary10111101001100010101011100011010100011111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170298; }

 p { color: rgb(23,2,152); }

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

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

 a { background-color: rgb(23,2,152); }

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

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

 span { border-color: rgb(23,2,152); }

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