Html Css Color HEX #13939E Java

📋 copy color: '#13939E'

red 19 ◦ green 147 ◦ blue 158

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

Shades of Java #13939E

Tints of Java #13939E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 5.86%
G = 45.37%
B = 48.77%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13939E (or 0x13939E) is known color: Java. HEX triplet: 13, 93 and 9E. RGB value is (19,147,158). Sum of RGB (Red+Green+Blue) = 19+147+158=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #13939E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13939E is #EC6C61. Grayscale: #6D6D6D. Windows color (decimal): -15494242 or 10392339. OLE color: 10392339.

HSL color Cylindrical-coordinate representation of color #13939E: hue angle of 184.75º 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 #13939E is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 147 158 -
CMYK 0.88 0.07 0 0.38
HSL 184.75º 0.79% 0.35% -
HSV(B) 184.75º 0.88% 0.62% -
XYZ 16.87 23.47 35.99 -
YUV 109.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 19 147 158 0.88 0.07 0 0.38 184.75 0.79 0.35
Hex 13 93 9E 58 7 0 26 B9 4F 23
Octal 23 223 236 130 7 0 46 271 117 43
Binary 10011 10010011 10011110 1011000 111 0 100110 10111001 1001111 100011

Color Harmonies of #13939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13939E

Black with #13939E

Text Example


Text Example

White with #13939E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13939E; }

 p { color: rgb(19,147,158); }

 H1.HeaderClassName
 {
   color: #13939E;
 }
 .AnyTagClassName
 {
   color: #13939E;
 }
</style>

background-color css

<style>
 a { background-color: #13939E; }

 a { background-color: rgb(19,147,158); }

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

border-color css

<style>
 span { border-color: #13939E; }

 span { border-color: rgb(19,147,158); }

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