Html Css Color HEX #208792 Java

📋 copy color: '#208792'

red 32 ◦ green 135 ◦ blue 146

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

Shades of Java #208792

Tints of Java #208792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.13%

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

R = 10.22%
G = 43.13%
B = 46.65%

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

#208792 (or 0x208792) is known color: Java. HEX triplet: 20, 87 and 92. RGB value is (32,135,146). Sum of RGB (Red+Green+Blue) = 32+135+146=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #208792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208792 is #DF786D. Grayscale: #696969. Windows color (decimal): -14645358 or 9602848. OLE color: 9602848.

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

Color convert

RGB 32 135 146 -
CMYK 0.78 0.08 0 0.43
HSL 185.79º 0.64% 0.35% -
HSV(B) 185.79º 0.78% 0.57% -
XYZ 14.45 19.71 30.24 -
YUV 105.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 32 135 146 0.78 0.08 0 0.43 185.79 0.64 0.35
Hex 20 87 92 4E 8 0 2B BA 40 23
Octal 40 207 222 116 10 0 53 272 100 43
Binary 100000 10000111 10010010 1001110 1000 0 101011 10111010 1000000 100011

Color Harmonies of #208792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208792

Black with #208792

Text Example


Text Example

White with #208792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208792; }

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

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

background-color css

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

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

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

border-color css

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

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

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