Html Css Color HEX #138F98 Java

📋 copy color: '#138F98'

red 19 ◦ green 143 ◦ blue 152

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

Shades of Java #138F98

Tints of Java #138F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

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

R = 6.05%
G = 45.54%
B = 48.41%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#138F98 (or 0x138F98) is known color: Java. HEX triplet: 13, 8F and 98. RGB value is (19,143,152). Sum of RGB (Red+Green+Blue) = 19+143+152=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #138F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138F98 is #EC7067. Grayscale: #6A6A6A. Windows color (decimal): -15495272 or 9998099. OLE color: 9998099.

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

Color convert

RGB 19 143 152 -
CMYK 0.87 0.06 0 0.40
HSL 184.06º 0.78% 0.34% -
HSV(B) 184.06º 0.88% 0.6% -
XYZ 15.76 22.05 33.13 -
YUV 106.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 19 143 152 0.87 0.06 0 0.40 184.06 0.78 0.34
Hex 13 8F 98 57 6 0 28 B8 4E 22
Octal 23 217 230 127 6 0 50 270 116 42
Binary 10011 10001111 10011000 1010111 110 0 101000 10111000 1001110 100010

Color Harmonies of #138F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F98

Black with #138F98

Text Example


Text Example

White with #138F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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