Html Css Color HEX #13988C Java

📋 copy color: '#13988C'

red 19 ◦ green 152 ◦ blue 140

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

Shades of Java #13988C

Tints of Java #13988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

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

R = 6.11%
G = 48.87%
B = 45.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#13988C (or 0x13988C) is known color: Java. HEX triplet: 13, 98 and 8C. RGB value is (19,152,140). Sum of RGB (Red+Green+Blue) = 19+152+140=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #13988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13988C is #EC6773. Grayscale: #6E6E6E. Windows color (decimal): -15492980 or 9213971. OLE color: 9213971.

HSL color Cylindrical-coordinate representation of color #13988C: hue angle of 174.59º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13988C is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 152 140 -
CMYK 0.87 0 0.08 0.40
HSL 174.59º 0.78% 0.34% -
HSV(B) 174.59º 0.88% 0.6% -
XYZ 16.23 24.49 28.68 -
YUV 110.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 19 152 140 0.87 0 0.08 0.40 174.59 0.78 0.34
Hex 13 98 8C 57 0 8 28 AF 4E 22
Octal 23 230 214 127 0 10 50 257 116 42
Binary 10011 10011000 10001100 1010111 0 1000 101000 10101111 1001110 100010

Color Harmonies of #13988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13988C

Black with #13988C

Text Example


Text Example

White with #13988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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