Html Css Color HEX #209198 Java

📋 copy color: '#209198'

red 32 ◦ green 145 ◦ blue 152

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

Shades of Java #209198

Tints of Java #209198

RGB

 RED value IS 32 (12.89% from 255) = 9.73%

 GREEN value IS 145 (57.03% from 255) = 44.07%

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

R = 9.73%
G = 44.07%
B = 46.2%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#209198 (or 0x209198) is known color: Java. HEX triplet: 20, 91 and 98. RGB value is (32,145,152). Sum of RGB (Red+Green+Blue) = 32+145+152=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #209198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209198 is #DF6E67. Grayscale: #6F6F6F. Windows color (decimal): -14642792 or 9998624. OLE color: 9998624.

HSL color Cylindrical-coordinate representation of color #209198: hue angle of 183.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209198 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 145 152 -
CMYK 0.79 0.05 0 0.40
HSL 183.5º 0.65% 0.36% -
HSV(B) 183.5º 0.79% 0.6% -
XYZ 16.39 22.82 33.25 -
YUV 112.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 32 145 152 0.79 0.05 0 0.40 183.5 0.65 0.36
Hex 20 91 98 4F 5 0 28 B8 41 24
Octal 40 221 230 117 5 0 50 270 101 44
Binary 100000 10010001 10011000 1001111 101 0 101000 10111000 1000001 100100

Color Harmonies of #209198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209198

Black with #209198

Text Example


Text Example

White with #209198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209198; }

 p { color: rgb(32,145,152); }

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

background-color css

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

 a { background-color: rgb(32,145,152); }

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

border-color css

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

 span { border-color: rgb(32,145,152); }

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