#17068E

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

Shades of Ultramarine #17068E

Tints of Ultramarine #17068E

Color information

#17068E (or 0x17068E) is unknown color: approx Ultramarine. HEX triplet: 17, 06 and 8E. RGB value is (23,6,142). Sum of RGB (Red+Green+Blue) = 23+6+142=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #17068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17068E is #E8F971. Grayscale: #1A1A1A. Windows color (decimal): -15268210 or 9307671. OLE color: 9307671.

HSL color Cylindrical-coordinate representation of color #17068E: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17068E is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB236142-
CMYK0.840.9600.44
HSL247.5º91.89%29.02%-
HSV(B)247.5º95.77%55.69%-
XYZ5.32.2725.75-
YUV26.59193.13125.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 142 (55.86% from 255) = 83.04%
R=13.45%
G=3.51%
B=83.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2361420.840.9600.44247.591.8929.02
Hex1768E546002Cf85c1d
Octal27621612414005437013435
Binary101111101000111010101001100000010110011111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17068E; }

 p { color: rgb(23,6,142); }

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

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

 a { background-color: rgb(23,6,142); }

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

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

 span { border-color: rgb(23,6,142); }

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