Html Css Color HEX #208592 Java

📋 copy color: '#208592'

red 32 ◦ green 133 ◦ blue 146

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

Shades of Java #208592

Tints of Java #208592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 10.29%
G = 42.77%
B = 46.95%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#208592 (or 0x208592) is known color: Java. HEX triplet: 20, 85 and 92. RGB value is (32,133,146). Sum of RGB (Red+Green+Blue) = 32+133+146=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #208592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208592 is #DF7A6D. Grayscale: #686868. Windows color (decimal): -14645870 or 9602336. OLE color: 9602336.

HSL color Cylindrical-coordinate representation of color #208592: hue angle of 186.84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208592 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 133 146 -
CMYK 0.78 0.09 0 0.43
HSL 186.84º 0.64% 0.35% -
HSV(B) 186.84º 0.78% 0.57% -
XYZ 14.17 19.16 30.14 -
YUV 104.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 32 133 146 0.78 0.09 0 0.43 186.84 0.64 0.35
Hex 20 85 92 4E 9 0 2B BB 40 23
Octal 40 205 222 116 11 0 53 273 100 43
Binary 100000 10000101 10010010 1001110 1001 0 101011 10111011 1000000 100011

Color Harmonies of #208592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208592

Black with #208592

Text Example


Text Example

White with #208592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208592; }

 p { color: rgb(32,133,146); }

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

background-color css

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

 a { background-color: rgb(32,133,146); }

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

border-color css

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

 span { border-color: rgb(32,133,146); }

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