Html Css Color HEX #139298 Java

📋 copy color: '#139298'

red 19 ◦ green 146 ◦ blue 152

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

Shades of Java #139298

Tints of Java #139298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 5.99%
G = 46.06%
B = 47.95%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#139298 (or 0x139298) is known color: Java. HEX triplet: 13, 92 and 98. RGB value is (19,146,152). Sum of RGB (Red+Green+Blue) = 19+146+152=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #139298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139298 is #EC6D67. Grayscale: #6C6C6C. Windows color (decimal): -15494504 or 9998867. OLE color: 9998867.

HSL color Cylindrical-coordinate representation of color #139298: hue angle of 182.71º 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 #139298 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 146 152 -
CMYK 0.87 0.04 0 0.40
HSL 182.71º 0.78% 0.34% -
HSV(B) 182.71º 0.88% 0.6% -
XYZ 16.21 22.96 33.28 -
YUV 108.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 19 146 152 0.87 0.04 0 0.40 182.71 0.78 0.34
Hex 13 92 98 57 4 0 28 B7 4E 22
Octal 23 222 230 127 4 0 50 267 116 42
Binary 10011 10010010 10011000 1010111 100 0 101000 10110111 1001110 100010

Color Harmonies of #139298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139298

Black with #139298

Text Example


Text Example

White with #139298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139298; }

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

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

background-color css

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

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

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

border-color css

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

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

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