Html Css Color HEX #13958E Java

📋 copy color: '#13958E'

red 19 ◦ green 149 ◦ blue 142

#13958E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #13958E

Tints of Java #13958E

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 6.13%
G = 48.06%
B = 45.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#13958E (or 0x13958E) is known color: Java. HEX triplet: 13, 95 and 8E. RGB value is (19,149,142). Sum of RGB (Red+Green+Blue) = 19+149+142=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #13958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13958E is #EC6A71. Grayscale: #6D6D6D. Windows color (decimal): -15493746 or 9344275. OLE color: 9344275.

HSL color Cylindrical-coordinate representation of color #13958E: hue angle of 176.77º 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 #13958E is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 142 -
CMYK 0.87 0 0.05 0.42
HSL 176.77º 0.77% 0.33% -
HSV(B) 176.77º 0.87% 0.58% -
XYZ 15.9 23.59 29.31 -
YUV 109.33 146.43 63.57 -
System Red Green Blue C M Y K H S L
Decimal 19 149 142 0.87 0 0.05 0.42 176.77 0.77 0.33
Hex 13 95 8E 57 0 5 2A B1 4D 21
Octal 23 225 216 127 0 5 52 261 115 41
Binary 10011 10010101 10001110 1010111 0 101 101010 10110001 1001101 100001

Color Harmonies of #13958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13958E

Black with #13958E

Text Example


Text Example

White with #13958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,149,142); }

 H1.HeaderClassName
 {
   color: #13958E;
 }
 .AnyTagClassName
 {
   color: #13958E;
 }
</style>

background-color css

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

 a { background-color: rgb(19,149,142); }

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

border-color css

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

 span { border-color: rgb(19,149,142); }

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