Html Css Color HEX #19848B Java

📋 copy color: '#19848B'

red 25 ◦ green 132 ◦ blue 139

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

Shades of Java #19848B

Tints of Java #19848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 8.45%
G = 44.59%
B = 46.96%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19848B (or 0x19848B) is known color: Java. HEX triplet: 19, 84 and 8B. RGB value is (25,132,139). Sum of RGB (Red+Green+Blue) = 25+132+139=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #19848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848B is #E67B74. Grayscale: #646464. Windows color (decimal): -15104885 or 9143321. OLE color: 9143321.

HSL color Cylindrical-coordinate representation of color #19848B: hue angle of 183.68º 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 #19848B is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 132 139 -
CMYK 0.82 0.05 0 0.45
HSL 183.68º 0.7% 0.32% -
HSV(B) 183.68º 0.82% 0.55% -
XYZ 13.31 18.57 27.31 -
YUV 100.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 25 132 139 0.82 0.05 0 0.45 183.68 0.7 0.32
Hex 19 84 8B 52 5 0 2D B8 46 20
Octal 31 204 213 122 5 0 55 270 106 40
Binary 11001 10000100 10001011 1010010 101 0 101101 10111000 1000110 100000

Color Harmonies of #19848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19848B

Black with #19848B

Text Example


Text Example

White with #19848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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