#170278

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

Shades of Ultramarine #170278

Tints of Ultramarine #170278

Color information

#170278 (or 0x170278) is unknown color: approx Ultramarine. HEX triplet: 17, 02 and 78. RGB value is (23,2,120). Sum of RGB (Red+Green+Blue) = 23+2+120=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #170278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170278 is #E8FD87. Grayscale: #151515. Windows color (decimal): -15269256 or 7864855. OLE color: 7864855.

HSL color Cylindrical-coordinate representation of color #170278: hue angle of 250.68º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170278 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB232120-
CMYK0.810.9800.53
HSL250.68º96.72%23.92%-
HSV(B)250.68º98.33%47.06%-
XYZ3.771.5817.88-
YUV21.73183.46128.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 120 (47.27% from 255) = 82.76%
R=15.86%
G=1.38%
B=82.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2321200.810.9800.53250.6896.7223.92
Hex172785162035fb6118
Octal27217012114206537314130
Binary1011110111100010100011100010011010111111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170278; }

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

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

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

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

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

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

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

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