Html Css Color HEX #13999A Java

📋 copy color: '#13999A'

red 19 ◦ green 153 ◦ blue 154

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

Shades of Java #13999A

Tints of Java #13999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 5.83%
G = 46.93%
B = 47.24%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13999A (or 0x13999A) is known color: Java. HEX triplet: 13, 99 and 9A. RGB value is (19,153,154). Sum of RGB (Red+Green+Blue) = 19+153+154=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #13999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13999A is #EC6665. Grayscale: #707070. Windows color (decimal): -15492710 or 10131731. OLE color: 10131731.

HSL color Cylindrical-coordinate representation of color #13999A: hue angle of 180.44º 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 #13999A is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 153 154 -
CMYK 0.88 0.01 0 0.40
HSL 180.44º 0.78% 0.34% -
HSV(B) 180.44º 0.88% 0.6% -
XYZ 17.49 25.25 34.52 -
YUV 113.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 19 153 154 0.88 0.01 0 0.40 180.44 0.78 0.34
Hex 13 99 9A 58 1 0 28 B4 4E 22
Octal 23 231 232 130 1 0 50 264 116 42
Binary 10011 10011001 10011010 1011000 1 0 101000 10110100 1001110 100010

Color Harmonies of #13999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13999A

Black with #13999A

Text Example


Text Example

White with #13999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13999A; }

 p { color: rgb(19,153,154); }

 H1.HeaderClassName
 {
   color: #13999A;
 }
 .AnyTagClassName
 {
   color: #13999A;
 }
</style>

background-color css

<style>
 a { background-color: #13999A; }

 a { background-color: rgb(19,153,154); }

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

border-color css

<style>
 span { border-color: #13999A; }

 span { border-color: rgb(19,153,154); }

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