Html Css Color HEX #198090 Java

📋 copy color: '#198090'

red 25 ◦ green 128 ◦ blue 144

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

Shades of Java #198090

Tints of Java #198090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 8.42%
G = 43.1%
B = 48.48%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#198090 (or 0x198090) is known color: Java. HEX triplet: 19, 80 and 90. RGB value is (25,128,144). Sum of RGB (Red+Green+Blue) = 25+128+144=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #198090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198090 is #E67F6F. Grayscale: #626262. Windows color (decimal): -15105904 or 9469977. OLE color: 9469977.

HSL color Cylindrical-coordinate representation of color #198090: hue angle of 188.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198090 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 128 144 -
CMYK 0.83 0.11 0 0.44
HSL 188.07º 0.7% 0.33% -
HSV(B) 188.07º 0.83% 0.56% -
XYZ 13.15 17.66 29.1 -
YUV 99.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 25 128 144 0.83 0.11 0 0.44 188.07 0.7 0.33
Hex 19 80 90 53 B 0 2C BC 46 21
Octal 31 200 220 123 13 0 54 274 106 41
Binary 11001 10000000 10010000 1010011 1011 0 101100 10111100 1000110 100001

Color Harmonies of #198090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198090

Black with #198090

Text Example


Text Example

White with #198090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198090; }

 p { color: rgb(25,128,144); }

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

background-color css

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

 a { background-color: rgb(25,128,144); }

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

border-color css

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

 span { border-color: rgb(25,128,144); }

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