Html Css Color HEX #139299 Java

📋 copy color: '#139299'

red 19 ◦ green 146 ◦ blue 153

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

Shades of Java #139299

Tints of Java #139299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.91%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 5.97%
G = 45.91%
B = 48.11%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#139299 (or 0x139299) is known color: Java. HEX triplet: 13, 92 and 99. RGB value is (19,146,153). Sum of RGB (Red+Green+Blue) = 19+146+153=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #139299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139299 is #EC6D66. Grayscale: #6C6C6C. Windows color (decimal): -15494503 or 10064403. OLE color: 10064403.

HSL color Cylindrical-coordinate representation of color #139299: hue angle of 183.13º 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 #139299 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 146 153 -
CMYK 0.88 0.05 0 0.4
HSL 183.13º 0.78% 0.34% -
HSV(B) 183.13º 0.88% 0.6% -
XYZ 16.3 23 33.72 -
YUV 108.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 19 146 153 0.88 0.05 0 0.4 183.13 0.78 0.34
Hex 13 92 99 58 5 0 28 B7 4E 22
Octal 23 222 231 130 5 0 50 267 116 42
Binary 10011 10010010 10011001 1011000 101 0 101000 10110111 1001110 100010

Color Harmonies of #139299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139299

Black with #139299

Text Example


Text Example

White with #139299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139299; }

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

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

background-color css

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

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

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

border-color css

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

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

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