Html Css Color HEX #19838B Java

📋 copy color: '#19838B'

red 25 ◦ green 131 ◦ blue 139

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

Shades of Java #19838B

Tints of Java #19838B

RGB

 RED value IS 25 (10.16% from 255) = 8.47%

 GREEN value IS 131 (51.56% from 255) = 44.41%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 8.47%
G = 44.41%
B = 47.12%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19838B (or 0x19838B) is known color: Java. HEX triplet: 19, 83 and 8B. RGB value is (25,131,139). Sum of RGB (Red+Green+Blue) = 25+131+139=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #19838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19838B is #E67C74. Grayscale: #646464. Windows color (decimal): -15105141 or 9143065. OLE color: 9143065.

HSL color Cylindrical-coordinate representation of color #19838B: hue angle of 184.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19838B is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 131 139 -
CMYK 0.82 0.06 0 0.45
HSL 184.21º 0.7% 0.32% -
HSV(B) 184.21º 0.82% 0.55% -
XYZ 13.18 18.3 27.26 -
YUV 100.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 25 131 139 0.82 0.06 0 0.45 184.21 0.7 0.32
Hex 19 83 8B 52 6 0 2D B8 46 20
Octal 31 203 213 122 6 0 55 270 106 40
Binary 11001 10000011 10001011 1010010 110 0 101101 10111000 1000110 100000

Color Harmonies of #19838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19838B

Black with #19838B

Text Example


Text Example

White with #19838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19838B; }

 p { color: rgb(25,131,139); }

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

background-color css

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

 a { background-color: rgb(25,131,139); }

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

border-color css

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

 span { border-color: rgb(25,131,139); }

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