#13948F

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

Shades of Java #13948F

Tints of Java #13948F

Color information

#13948F (or 0x13948F) is unknown color: approx Java. HEX triplet: 13, 94 and 8F. RGB value is (19,148,143). Sum of RGB (Red+Green+Blue) = 19+148+143=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #13948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13948F is #EC6B70. Grayscale: #6C6C6C. Windows color (decimal): -15494001 or 9409555. OLE color: 9409555.

HSL color Cylindrical-coordinate representation of color #13948F: hue angle of 177.67º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13948F is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB19148143-
CMYK0.8700.030.42
HSL177.67º77.25%32.75%-
HSV(B)177.67º87.16%58.04%-
XYZ15.8223.329.65-
YUV108.86147.2663.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.13%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=6.13%
G=47.74%
B=46.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481430.8700.030.42177.6777.2532.75
Hex13948F57032Ab24d21
Octal23224217127035226211541
Binary1001110010100100011111010111011101010101100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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