Html Css Color HEX #208591 Java

📋 copy color: '#208591'

red 32 ◦ green 133 ◦ blue 145

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

Shades of Java #208591

Tints of Java #208591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 10.32%
G = 42.9%
B = 46.77%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#208591 (or 0x208591) is known color: Java. HEX triplet: 20, 85 and 91. RGB value is (32,133,145). Sum of RGB (Red+Green+Blue) = 32+133+145=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #208591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208591 is #DF7A6E. Grayscale: #686868. Windows color (decimal): -14645871 or 9536800. OLE color: 9536800.

HSL color Cylindrical-coordinate representation of color #208591: hue angle of 186.37º 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 #208591 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 133 145 -
CMYK 0.78 0.08 0 0.43
HSL 186.37º 0.64% 0.35% -
HSV(B) 186.37º 0.78% 0.57% -
XYZ 14.09 19.13 29.74 -
YUV 104.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 32 133 145 0.78 0.08 0 0.43 186.37 0.64 0.35
Hex 20 85 91 4E 8 0 2B BA 40 23
Octal 40 205 221 116 10 0 53 272 100 43
Binary 100000 10000101 10010001 1001110 1000 0 101011 10111010 1000000 100011

Color Harmonies of #208591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208591

Black with #208591

Text Example


Text Example

White with #208591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208591; }

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

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

background-color css

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

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

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

border-color css

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

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

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