Html Css Color HEX #19848C Java

📋 copy color: '#19848C'

red 25 ◦ green 132 ◦ blue 140

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

Shades of Java #19848C

Tints of Java #19848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 8.42%
G = 44.44%
B = 47.14%

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

#19848C (or 0x19848C) is known color: Java. HEX triplet: 19, 84 and 8C. RGB value is (25,132,140). Sum of RGB (Red+Green+Blue) = 25+132+140=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #19848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19848C is #E67B73. Grayscale: #646464. Windows color (decimal): -15104884 or 9208857. OLE color: 9208857.

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

Color convert

RGB 25 132 140 -
CMYK 0.82 0.06 0 0.45
HSL 184.17º 0.7% 0.32% -
HSV(B) 184.17º 0.82% 0.55% -
XYZ 13.39 18.6 27.7 -
YUV 100.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 25 132 140 0.82 0.06 0 0.45 184.17 0.7 0.32
Hex 19 84 8C 52 6 0 2D B8 46 20
Octal 31 204 214 122 6 0 55 270 106 40
Binary 11001 10000100 10001100 1010010 110 0 101101 10111000 1000110 100000

Color Harmonies of #19848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19848C

Black with #19848C

Text Example


Text Example

White with #19848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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