Html Css Color HEX #13968D Java

📋 copy color: '#13968D'

red 19 ◦ green 150 ◦ blue 141

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

Shades of Java #13968D

Tints of Java #13968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.39%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 6.13%
G = 48.39%
B = 45.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#13968D (or 0x13968D) is known color: Java. HEX triplet: 13, 96 and 8D. RGB value is (19,150,141). Sum of RGB (Red+Green+Blue) = 19+150+141=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #13968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13968D is #EC6972. Grayscale: #6D6D6D. Windows color (decimal): -15493491 or 9278995. OLE color: 9278995.

HSL color Cylindrical-coordinate representation of color #13968D: hue angle of 175.88º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13968D is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 141 -
CMYK 0.87 0 0.06 0.41
HSL 175.88º 0.78% 0.33% -
HSV(B) 175.88º 0.87% 0.59% -
XYZ 15.98 23.87 28.97 -
YUV 109.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 19 150 141 0.87 0 0.06 0.41 175.88 0.78 0.33
Hex 13 96 8D 57 0 6 29 B0 4E 21
Octal 23 226 215 127 0 6 51 260 116 41
Binary 10011 10010110 10001101 1010111 0 110 101001 10110000 1001110 100001

Color Harmonies of #13968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13968D

Black with #13968D

Text Example


Text Example

White with #13968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,150,141); }

 H1.HeaderClassName
 {
   color: #13968D;
 }
 .AnyTagClassName
 {
   color: #13968D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,150,141); }

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

border-color css

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

 span { border-color: rgb(19,150,141); }

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