Html Css Color HEX #13979F Java

📋 copy color: '#13979F'

red 19 ◦ green 151 ◦ blue 159

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

Shades of Java #13979F

Tints of Java #13979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 5.78%
G = 45.9%
B = 48.33%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13979F (or 0x13979F) is known color: Java. HEX triplet: 13, 97 and 9F. RGB value is (19,151,159). Sum of RGB (Red+Green+Blue) = 19+151+159=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #13979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13979F is #EC6860. Grayscale: #707070. Windows color (decimal): -15493217 or 10458899. OLE color: 10458899.

HSL color Cylindrical-coordinate representation of color #13979F: hue angle of 183.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13979F is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 151 159 -
CMYK 0.88 0.05 0 0.38
HSL 183.43º 0.79% 0.35% -
HSV(B) 183.43º 0.88% 0.62% -
XYZ 17.59 24.77 36.66 -
YUV 112.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 19 151 159 0.88 0.05 0 0.38 183.43 0.79 0.35
Hex 13 97 9F 58 5 0 26 B7 4F 23
Octal 23 227 237 130 5 0 46 267 117 43
Binary 10011 10010111 10011111 1011000 101 0 100110 10110111 1001111 100011

Color Harmonies of #13979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13979F

Black with #13979F

Text Example


Text Example

White with #13979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13979F; }

 p { color: rgb(19,151,159); }

 H1.HeaderClassName
 {
   color: #13979F;
 }
 .AnyTagClassName
 {
   color: #13979F;
 }
</style>

background-color css

<style>
 a { background-color: #13979F; }

 a { background-color: rgb(19,151,159); }

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

border-color css

<style>
 span { border-color: #13979F; }

 span { border-color: rgb(19,151,159); }

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