Html Css Color HEX #13968C Java

📋 copy color: '#13968C'

red 19 ◦ green 150 ◦ blue 140

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

Shades of Java #13968C

Tints of Java #13968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 6.15%
G = 48.54%
B = 45.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#13968C (or 0x13968C) is known color: Java. HEX triplet: 13, 96 and 8C. RGB value is (19,150,140). Sum of RGB (Red+Green+Blue) = 19+150+140=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #13968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13968C is #EC6973. Grayscale: #6D6D6D. Windows color (decimal): -15493492 or 9213459. OLE color: 9213459.

HSL color Cylindrical-coordinate representation of color #13968C: hue angle of 175.42º 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 #13968C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 140 -
CMYK 0.87 0 0.07 0.41
HSL 175.42º 0.78% 0.33% -
HSV(B) 175.42º 0.87% 0.59% -
XYZ 15.91 23.84 28.57 -
YUV 109.69 145.1 63.31 -
System Red Green Blue C M Y K H S L
Decimal 19 150 140 0.87 0 0.07 0.41 175.42 0.78 0.33
Hex 13 96 8C 57 0 7 29 AF 4E 21
Octal 23 226 214 127 0 7 51 257 116 41
Binary 10011 10010110 10001100 1010111 0 111 101001 10101111 1001110 100001

Color Harmonies of #13968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13968C

Black with #13968C

Text Example


Text Example

White with #13968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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