#17949D

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

Shades of Java #17949D

Tints of Java #17949D

Color information

#17949D (or 0x17949D) is unknown color: approx Java. HEX triplet: 17, 94 and 9D. RGB value is (23,148,157). Sum of RGB (Red+Green+Blue) = 23+148+157=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #17949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17949D is #E86B62. Grayscale: #6F6F6F. Windows color (decimal): -15231843 or 10327063. OLE color: 10327063.

HSL color Cylindrical-coordinate representation of color #17949D: hue angle of 184.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17949D is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB23148157-
CMYK0.850.0600.38
HSL184.03º74.44%35.29%-
HSV(B)184.03º85.35%61.57%-
XYZ17.0323.835.59-
YUV111.65153.5964.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.01%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=7.01%
G=45.12%
B=47.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal231481570.850.0600.38184.0374.4435.29
Hex17949D556026b84a23
Octal27224235125604627011243
Binary10111100101001001110110101011100100110101110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17949D; }

 p { color: rgb(23,148,157); }

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

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

 a { background-color: rgb(23,148,157); }

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

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

 span { border-color: rgb(23,148,157); }

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