#17077d

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

Shades of Ultramarine #17077D

Tints of Ultramarine #17077D

Color information

#17077D (or 0x17077D) is unknown color: approx Ultramarine. HEX triplet: 17, 07 and 7D. RGB value is (23,7,125). Sum of RGB (Red+Green+Blue) = 23+7+125=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #17077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17077D is #E8F882. Grayscale: #181818. Windows color (decimal): -15267971 or 8193815. OLE color: 8193815.

HSL color Cylindrical-coordinate representation of color #17077D: hue angle of 248.14º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17077D is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB237125-
CMYK0.820.9400.51
HSL248.14º89.39%25.88%-
HSV(B)248.14º94.4%49.02%-
XYZ4.131.8119.53-
YUV25.24184.3126.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 125 (49.22% from 255) = 80.65%
R=14.84%
G=4.52%
B=80.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2371250.820.9400.51248.1489.3925.88
Hex1777D525E033f8591a
Octal27717512213606337013132
Binary10111111111110110100101011110011001111111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17077d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17077d; }

 p { color: rgb(23,7,125); }

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

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

 a { background-color: rgb(23,7,125); }

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

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

 span { border-color: rgb(23,7,125); }

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