#13949F

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

Shades of Java #13949F

Tints of Java #13949F

Color information

#13949F (or 0x13949F) is unknown color: approx Java. HEX triplet: 13, 94 and 9F. RGB value is (19,148,159). Sum of RGB (Red+Green+Blue) = 19+148+159=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #13949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13949F is #EC6B60. Grayscale: #6E6E6E. Windows color (decimal): -15493985 or 10458131. OLE color: 10458131.

HSL color Cylindrical-coordinate representation of color #13949F: hue angle of 184.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13949F is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19148159-
CMYK0.880.0700.38
HSL184.71º78.65%34.9%-
HSV(B)184.71º88.05%62.35%-
XYZ17.1223.8236.5-
YUV110.68155.2662.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.83%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=5.83%
G=45.40%
B=48.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191481590.880.0700.38184.7178.6534.9
Hex13949F587026b94f23
Octal23224237130704627111743
Binary10011100101001001111110110001110100110101110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13949F; }

 p { color: rgb(19,148,159); }

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

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

 a { background-color: rgb(19,148,159); }

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

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

 span { border-color: rgb(19,148,159); }

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